COLOR #C9BFE4

HEX: #C9BFE4 RGB: (201,191,228)

Color info

#C9BFE4 contains red, green and blue colors in about the same proportion. Web safe color of #C9BFE4 is #CCCCCC (or #CCC).

RGB color model

#C9BFE4 color RGB value is (201,191,228).

RGB: (201,191,228) (79%, 75%, 89%)

RGB channels and saturation

R 201 of 255 = 79%
G 191 of 255 = 75%
B 228 of 255 = 89%

201
191
228

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

Portions of RGB colors in percentages

R + G + B = 201 + 191 + 228 = 620 (100%)
R 201 of 620 ~ 32.42%
G 191 of 620 ~ 30.81%
B 228 of 620 ~ 36.77'%

%32.42
%30.81
%36.77

CMYK color model

#C9BFE4 color CMYK value is (12,16,0,11).

  • cyan value is 11.84%
  • magenta value is 16.23%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK: (12,16,0,11) C12M16Y0K11 (12%,16%,0%,11%) (0.12/0.16/0.00/0.11) 

CMYK percentages

%11.84
%16.23
%0
%10.59

Codes

Color #C9BFE4 in popluar color models

C9 BF E4
RGB 201 191 228
HSL 256° 40.66% 82.16%
HSB/HSV 256° 16.23% 89.41%
CMYK 11.84% 16.23% 0.00%
10.59%

Color #C9BFE4 in popluar number systems.

HEX C9 BF E4
Decimal 201 191 228
Binary 11001001 10111111 11100100
Octal 311 277 344

Shades and tints

Shades of #C9BFE4

#C9BFE4
(201,191,228)
#B7AED0
(183,174,208)
#A59DBC
(165,157,188)
#938CA8
(147,140,168)
#817B94
(129,123,148)
#6F6A80
(111,106,128)
#5D596C
(93,89,108)
#4B4858
(75,72,88)
#393744
(57,55,68)
#272630
(39,38,48)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #C9BFE4

#C9BFE4
(201,191,228)
#CDC4E6
(205,196,230)
#D1C9E8
(209,201,232)
#D5CEEA
(213,206,234)
#D9D3EC
(217,211,236)
#DDD8EE
(221,216,238)
#E1DDF0
(225,221,240)
#E5E2F2
(229,226,242)
#E9E7F4
(233,231,244)
#EDECF6
(237,236,246)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BFE4 color. Also use rgb(201,191,228) instead hex code.

Text Font Color

.myTextColor { color: #C9BFE4; }

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

This text font color is #C9BFE4.

Background Color

.myBgColor { background-color: #C9BFE4; }

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

This div background color is #C9BFE4.

Border color

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

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

This div border color is #C9BFE4.

Opacity

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

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

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

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

This text has shadow with #C9BFE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BFE4.

Preview

Color preview on black background

This text has color #C9BFE4 on black background.


Color preview on white background

This text has color #C9BFE4 on white background.


Black color preview on #C9BFE4 background

This text has black color on #C9BFE4 background.


White color preview on #C9BFE4 background

This text has white color on #C9BFE4 background.


Related colors

Complementary color

Complementary color for #hex is #36401B.


I love getcolorcode.com

Triadic colors

1 #E4C9BF and #BFE4C9 with #C9BFE4 are triadic colors.

2 #E4BFC9 and #BFC9E4 with #C9BFE4 are triadic colors.