COLOR #C9B8EC

HEX: #C9B8EC RGB: (201,184,236)

Color info

#C9B8EC contains red, green and blue colors in about the same proportion. Web safe color of #C9B8EC is #CCCCFF (or #CCF).

RGB color model

#C9B8EC color RGB value is (201,184,236).

RGB: (201,184,236) (79%, 72%, 93%)

RGB channels and saturation

R 201 of 255 = 79%
G 184 of 255 = 72%
B 236 of 255 = 93%

201
184
236

R + G + B ~ 81%. #C9B8EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 184 + 236 = 621 (100%)
R 201 of 621 ~ 32.37%
G 184 of 621 ~ 29.63%
B 236 of 621 ~ 38'%

%32.37
%29.63
%38

CMYK color model

#C9B8EC color CMYK value is (15,22,0,7).

  • cyan value is 14.83%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (15,22,0,7) C15M22Y0K7 (15%,22%,0%,7%) (0.15/0.22/0.00/0.07) 

CMYK percentages

%14.83
%22.03
%0
%7.45

Codes

Color #C9B8EC in popluar color models

C9 B8 EC
RGB 201 184 236
HSL 260° 57.78% 82.35%
HSB/HSV 260° 22.03% 92.55%
CMYK 14.83% 22.03% 0.00%
7.45%

Color #C9B8EC in popluar number systems.

HEX C9 B8 EC
Decimal 201 184 236
Binary 11001001 10111000 11101100
Octal 311 270 354

Shades and tints

Shades of #C9B8EC

#C9B8EC
(201,184,236)
#B7A8D7
(183,168,215)
#A598C2
(165,152,194)
#9388AD
(147,136,173)
#817898
(129,120,152)
#6F6883
(111,104,131)
#5D586E
(93,88,110)
#4B4859
(75,72,89)
#393844
(57,56,68)
#27282F
(39,40,47)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #C9B8EC

#C9B8EC
(201,184,236)
#CDBEED
(205,190,237)
#D1C4EE
(209,196,238)
#D5CAEF
(213,202,239)
#D9D0F0
(217,208,240)
#DDD6F1
(221,214,241)
#E1DCF2
(225,220,242)
#E5E2F3
(229,226,243)
#E9E8F4
(233,232,244)
#EDEEF5
(237,238,245)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B8EC color. Also use rgb(201,184,236) instead hex code.

Text Font Color

.myTextColor { color: #C9B8EC; }

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

This text font color is #C9B8EC.

Background Color

.myBgColor { background-color: #C9B8EC; }

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

This div background color is #C9B8EC.

Border color

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

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

This div border color is #C9B8EC.

Opacity

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

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

Text with #C9B8EC 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 #C9B8EC;}

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

This text has shadow with #C9B8EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B8EC.

Preview

Color preview on black background

This text has color #C9B8EC on black background.


Color preview on white background

This text has color #C9B8EC on white background.


Black color preview on #C9B8EC background

This text has black color on #C9B8EC background.


White color preview on #C9B8EC background

This text has white color on #C9B8EC background.


Related colors

Complementary color

Complementary color for #hex is #364713.


I love getcolorcode.com

Triadic colors

1 #ECC9B8 and #B8ECC9 with #C9B8EC are triadic colors.

2 #ECB8C9 and #B8C9EC with #C9B8EC are triadic colors.