COLOR #C99BCF

HEX: #C99BCF RGB: (201,155,207)

Color info

#C99BCF contains red, green and blue colors in about the same proportion. Web safe color of #C99BCF is #CC99CC (or #C9C).

RGB color model

#C99BCF color RGB value is (201,155,207).

RGB: (201,155,207) (79%, 61%, 81%)

RGB channels and saturation

R 201 of 255 = 79%
G 155 of 255 = 61%
B 207 of 255 = 81%

201
155
207

R + G + B ~ 74%. #C99BCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 155 + 207 = 563 (100%)
R 201 of 563 ~ 35.7%
G 155 of 563 ~ 27.53%
B 207 of 563 ~ 36.77'%

%35.7
%27.53
%36.77

CMYK color model

#C99BCF color CMYK value is (3,25,0,19).

  • cyan value is 2.90%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (3,25,0,19)
C3M25Y0K19 (3%, 25%, 0%, 19%)
(0.03 / 0.25 / 0.00 / 0.19)

CMYK percentages

%2.9
%25.12
%0
%18.82

Codes

Color #C99BCF in popluar color models

C9 9B CF
RGB 201 155 207
HSL 293° 35.14% 70.98%
HSB/HSV 293° 25.12% 81.18%
CMYK 2.90% 25.12% 0.00%
18.82%

Color #C99BCF in popluar number systems.

HEX C9 9B CF
Decimal 201 155 207
Binary 11001001 10011011 11001111
Octal 311 233 317

Shades and tints

Shades of #C99BCF

#C99BCF
(201,155,207)
#B78DBD
(183,141,189)
#A57FAB
(165,127,171)
#937199
(147,113,153)
#816387
(129,99,135)
#6F5575
(111,85,117)
#5D4763
(93,71,99)
#4B3951
(75,57,81)
#392B3F
(57,43,63)
#271D2D
(39,29,45)
#150F1B
(21,15,27)
#000000
(0,0,0)

Tints of #C99BCF

#C99BCF
(201,155,207)
#CDA4D3
(205,164,211)
#D1ADD7
(209,173,215)
#D5B6DB
(213,182,219)
#D9BFDF
(217,191,223)
#DDC8E3
(221,200,227)
#E1D1E7
(225,209,231)
#E5DAEB
(229,218,235)
#E9E3EF
(233,227,239)
#EDECF3
(237,236,243)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99BCF color. Also use rgb(201,155,207) instead hex code.

Text Font Color

.myTextColor { color: #C99BCF; }

<p style="color:#C99BCF">This sample text font color is #C99BCF.</p>

This text font color is #C99BCF.

Background Color

.myBgColor { background-color: #C99BCF; }

<div style="background-color:#C99BCF">Inner text</div>

This div background color is #C99BCF.

Border color

.myBorderColor { border: 1px solid #C99BCF; }

<div style="border:3px solid #C99BCF">Div</div>

This div border color is #C99BCF.

Opacity

.myOpacity80 { color: #C99BCF; opacity: 0.8; }

<p style="color:#C99BCF;opacity:0.8;">80%</p>

Text with #C99BCF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C99BCF;}

<p style="text-shadow: 3px 3px 1px #C99BCF">Text here.</p>

This text has shadow with #C99BCF color.


.textShadow {text-shadow: 3px 3px 1px #C99BCF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C99BCF, 5px 5px 20px red">Text here.</p>

This text has shadow with #C99BCF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C99BCF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C99BCF, Direction=45, Strength=4)">Text</p>

This text has shadow with #C99BCF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C99BCF;
-webkit-box-shadow: 1px 1px 3px 2px #C99BCF;
box-shadow: 1px 1px 3px 2px #C99BCF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C99BCF; -webkit-box-shadow: 1px 1px 3px 2px #C99BCF; box-shadow:1px 1px 3px 2px #C99BCF;">
Div content here
</div>

This div box has shadow with color #C99BCF.

Preview

Color preview on black background

This text has color #C99BCF on black background.


Color preview on white background

This text has color #C99BCF on white background.


Black color preview on #C99BCF background

This text has black color on #C99BCF background.


White color preview on #C99BCF background

This text has white color on #C99BCF background.


Related colors

Complementary color

Complementary color for #hex is #366430.


I love getcolorcode.com

Triadic colors

1 #CFC99B and #9BCFC9 with #C99BCF are triadic colors.

2 #CF9BC9 and #9BC9CF with #C99BCF are triadic colors.