COLOR #C9C8EB

HEX: #C9C8EB RGB: (201,200,235)

Color info

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

RGB color model

#C9C8EB color RGB value is (201,200,235).

RGB: (201,200,235) (79%, 78%, 92%)

RGB channels and saturation

R 201 of 255 = 79%
G 200 of 255 = 78%
B 235 of 255 = 92%

201
200
235

R + G + B ~ 83%. #C9C8EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 200 + 235 = 636 (100%)
R 201 of 636 ~ 31.6%
G 200 of 636 ~ 31.45%
B 235 of 636 ~ 36.95'%

%31.6
%31.45
%36.95

CMYK color model

#C9C8EB color CMYK value is (14,15,0,8).

  • cyan value is 14.47%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (14,15,0,8)
C14M15Y0K8 (14%, 15%, 0%, 8%)
(0.14 / 0.15 / 0.00 / 0.08)

CMYK percentages

%14.47
%14.89
%0
%7.84

Codes

Color #C9C8EB in popluar color models

C9 C8 EB
RGB 201 200 235
HSL 242° 46.67% 85.29%
HSB/HSV 242° 14.89% 92.16%
CMYK 14.47% 14.89% 0.00%
7.84%

Color #C9C8EB in popluar number systems.

HEX C9 C8 EB
Decimal 201 200 235
Binary 11001001 11001000 11101011
Octal 311 310 353

Shades and tints

Shades of #C9C8EB

#C9C8EB
(201,200,235)
#B7B6D6
(183,182,214)
#A5A4C1
(165,164,193)
#9392AC
(147,146,172)
#818097
(129,128,151)
#6F6E82
(111,110,130)
#5D5C6D
(93,92,109)
#4B4A58
(75,74,88)
#393843
(57,56,67)
#27262E
(39,38,46)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #C9C8EB

#C9C8EB
(201,200,235)
#CDCDEC
(205,205,236)
#D1D2ED
(209,210,237)
#D5D7EE
(213,215,238)
#D9DCEF
(217,220,239)
#DDE1F0
(221,225,240)
#E1E6F1
(225,230,241)
#E5EBF2
(229,235,242)
#E9F0F3
(233,240,243)
#EDF5F4
(237,245,244)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C8EB color. Also use rgb(201,200,235) instead hex code.

Text Font Color

.myTextColor { color: #C9C8EB; }

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

This text font color is #C9C8EB.

Background Color

.myBgColor { background-color: #C9C8EB; }

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

This div background color is #C9C8EB.

Border color

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

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

This div border color is #C9C8EB.

Opacity

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

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

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

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

This text has shadow with #C9C8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C8EB.

Preview

Color preview on black background

This text has color #C9C8EB on black background.


Color preview on white background

This text has color #C9C8EB on white background.


Black color preview on #C9C8EB background

This text has black color on #C9C8EB background.


White color preview on #C9C8EB background

This text has white color on #C9C8EB background.


Related colors

Complementary color

Complementary color for #hex is #363714.


I love getcolorcode.com

Triadic colors

1 #EBC9C8 and #C8EBC9 with #C9C8EB are triadic colors.

2 #EBC8C9 and #C8C9EB with #C9C8EB are triadic colors.