COLOR #C9BEEA

HEX: #C9BEEA RGB: (201,190,234)

Color info

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

RGB color model

#C9BEEA color RGB value is (201,190,234).

RGB: (201,190,234) (79%, 75%, 92%)

RGB channels and saturation

R 201 of 255 = 79%
G 190 of 255 = 75%
B 234 of 255 = 92%

201
190
234

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

Portions of RGB colors in percentages

R + G + B = 201 + 190 + 234 = 625 (100%)
R 201 of 625 ~ 32.16%
G 190 of 625 ~ 30.4%
B 234 of 625 ~ 37.44'%

%32.16
%30.4
%37.44

CMYK color model

#C9BEEA color CMYK value is (14,19,0,8).

  • cyan value is 14.10%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (14,19,0,8)
C14M19Y0K8 (14%, 19%, 0%, 8%)
(0.14 / 0.19 / 0.00 / 0.08)

CMYK percentages

%14.1
%18.8
%0
%8.24

Codes

Color #C9BEEA in popluar color models

C9 BE EA
RGB 201 190 234
HSL 255° 51.16% 83.14%
HSB/HSV 255° 18.80% 91.76%
CMYK 14.10% 18.80% 0.00%
8.24%

Color #C9BEEA in popluar number systems.

HEX C9 BE EA
Decimal 201 190 234
Binary 11001001 10111110 11101010
Octal 311 276 352

Shades and tints

Shades of #C9BEEA

#C9BEEA
(201,190,234)
#B7ADD5
(183,173,213)
#A59CC0
(165,156,192)
#938BAB
(147,139,171)
#817A96
(129,122,150)
#6F6981
(111,105,129)
#5D586C
(93,88,108)
#4B4757
(75,71,87)
#393642
(57,54,66)
#27252D
(39,37,45)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #C9BEEA

#C9BEEA
(201,190,234)
#CDC3EB
(205,195,235)
#D1C8EC
(209,200,236)
#D5CDED
(213,205,237)
#D9D2EE
(217,210,238)
#DDD7EF
(221,215,239)
#E1DCF0
(225,220,240)
#E5E1F1
(229,225,241)
#E9E6F2
(233,230,242)
#EDEBF3
(237,235,243)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BEEA color. Also use rgb(201,190,234) instead hex code.

Text Font Color

.myTextColor { color: #C9BEEA; }

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

This text font color is #C9BEEA.

Background Color

.myBgColor { background-color: #C9BEEA; }

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

This div background color is #C9BEEA.

Border color

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

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

This div border color is #C9BEEA.

Opacity

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

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

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

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

This text has shadow with #C9BEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BEEA.

Preview

Color preview on black background

This text has color #C9BEEA on black background.


Color preview on white background

This text has color #C9BEEA on white background.


Black color preview on #C9BEEA background

This text has black color on #C9BEEA background.


White color preview on #C9BEEA background

This text has white color on #C9BEEA background.


Related colors

Complementary color

Complementary color for #hex is #364115.


I love getcolorcode.com

Triadic colors

1 #EAC9BE and #BEEAC9 with #C9BEEA are triadic colors.

2 #EABEC9 and #BEC9EA with #C9BEEA are triadic colors.