COLOR #C9C1EB

HEX: #C9C1EB RGB: (201,193,235)

Color info

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

RGB color model

#C9C1EB color RGB value is (201,193,235).

RGB: (201,193,235) (79%, 76%, 92%)

RGB channels and saturation

R 201 of 255 = 79%
G 193 of 255 = 76%
B 235 of 255 = 92%

201
193
235

R + G + B ~ 82%. #C9C1EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 193 + 235 = 629 (100%)
R 201 of 629 ~ 31.96%
G 193 of 629 ~ 30.68%
B 235 of 629 ~ 37.36'%

%31.96
%30.68
%37.36

CMYK color model

#C9C1EB color CMYK value is (14,18,0,8).

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

CMYK: (14,18,0,8)
C14M18Y0K8 (14%, 18%, 0%, 8%)
(0.14 / 0.18 / 0.00 / 0.08)

CMYK percentages

%14.47
%17.87
%0
%7.84

Codes

Color #C9C1EB in popluar color models

C9 C1 EB
RGB 201 193 235
HSL 251° 51.22% 83.92%
HSB/HSV 251° 17.87% 92.16%
CMYK 14.47% 17.87% 0.00%
7.84%

Color #C9C1EB in popluar number systems.

HEX C9 C1 EB
Decimal 201 193 235
Binary 11001001 11000001 11101011
Octal 311 301 353

Shades and tints

Shades of #C9C1EB

#C9C1EB
(201,193,235)
#B7B0D6
(183,176,214)
#A59FC1
(165,159,193)
#938EAC
(147,142,172)
#817D97
(129,125,151)
#6F6C82
(111,108,130)
#5D5B6D
(93,91,109)
#4B4A58
(75,74,88)
#393943
(57,57,67)
#27282E
(39,40,46)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #C9C1EB

#C9C1EB
(201,193,235)
#CDC6EC
(205,198,236)
#D1CBED
(209,203,237)
#D5D0EE
(213,208,238)
#D9D5EF
(217,213,239)
#DDDAF0
(221,218,240)
#E1DFF1
(225,223,241)
#E5E4F2
(229,228,242)
#E9E9F3
(233,233,243)
#EDEEF4
(237,238,244)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C1EB; }

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

This text font color is #C9C1EB.

Background Color

.myBgColor { background-color: #C9C1EB; }

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

This div background color is #C9C1EB.

Border color

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

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

This div border color is #C9C1EB.

Opacity

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

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

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

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

This text has shadow with #C9C1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C1EB.

Preview

Color preview on black background

This text has color #C9C1EB on black background.


Color preview on white background

This text has color #C9C1EB on white background.


Black color preview on #C9C1EB background

This text has black color on #C9C1EB background.


White color preview on #C9C1EB background

This text has white color on #C9C1EB background.


Related colors

Complementary color

Complementary color for #hex is #363E14.


I love getcolorcode.com

Triadic colors

1 #EBC9C1 and #C1EBC9 with #C9C1EB are triadic colors.

2 #EBC1C9 and #C1C9EB with #C9C1EB are triadic colors.