COLOR #C9B5EC

HEX: #C9B5EC RGB: (201,181,236)

Color info

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

RGB color model

#C9B5EC color RGB value is (201,181,236).

RGB: (201,181,236) (79%, 71%, 93%)

RGB channels and saturation

R 201 of 255 = 79%
G 181 of 255 = 71%
B 236 of 255 = 93%

201
181
236

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

Portions of RGB colors in percentages

R + G + B = 201 + 181 + 236 = 618 (100%)
R 201 of 618 ~ 32.52%
G 181 of 618 ~ 29.29%
B 236 of 618 ~ 38.19'%

%32.52
%29.29
%38.19

CMYK color model

#C9B5EC color CMYK value is (15,23,0,7).

  • cyan value is 14.83%
  • magenta value is 23.31%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (15,23,0,7) C15M23Y0K7 (15%,23%,0%,7%) (0.15/0.23/0.00/0.07) 

CMYK percentages

%14.83
%23.31
%0
%7.45

Codes

Color #C9B5EC in popluar color models

C9 B5 EC
RGB 201 181 236
HSL 262° 59.14% 81.76%
HSB/HSV 262° 23.31% 92.55%
CMYK 14.83% 23.31% 0.00%
7.45%

Color #C9B5EC in popluar number systems.

HEX C9 B5 EC
Decimal 201 181 236
Binary 11001001 10110101 11101100
Octal 311 265 354

Shades and tints

Shades of #C9B5EC

#C9B5EC
(201,181,236)
#B7A5D7
(183,165,215)
#A595C2
(165,149,194)
#9385AD
(147,133,173)
#817598
(129,117,152)
#6F6583
(111,101,131)
#5D556E
(93,85,110)
#4B4559
(75,69,89)
#393544
(57,53,68)
#27252F
(39,37,47)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #C9B5EC

#C9B5EC
(201,181,236)
#CDBBED
(205,187,237)
#D1C1EE
(209,193,238)
#D5C7EF
(213,199,239)
#D9CDF0
(217,205,240)
#DDD3F1
(221,211,241)
#E1D9F2
(225,217,242)
#E5DFF3
(229,223,243)
#E9E5F4
(233,229,244)
#EDEBF5
(237,235,245)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B5EC; }

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

This text font color is #C9B5EC.

Background Color

.myBgColor { background-color: #C9B5EC; }

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

This div background color is #C9B5EC.

Border color

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

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

This div border color is #C9B5EC.

Opacity

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

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

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

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

This text has shadow with #C9B5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B5EC.

Preview

Color preview on black background

This text has color #C9B5EC on black background.


Color preview on white background

This text has color #C9B5EC on white background.


Black color preview on #C9B5EC background

This text has black color on #C9B5EC background.


White color preview on #C9B5EC background

This text has white color on #C9B5EC background.


Related colors

Complementary color

Complementary color for #hex is #364A13.


I love getcolorcode.com

Triadic colors

1 #ECC9B5 and #B5ECC9 with #C9B5EC are triadic colors.

2 #ECB5C9 and #B5C9EC with #C9B5EC are triadic colors.