COLOR #C9BEE9

HEX: #C9BEE9
RGB: (201,190,233)

Color info

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

RGB color model

#C9BEE9 color RGB value is (201,190,233).

  • red value is 201;
  • green value is 190;
  • blue value is 233.
RGB:
(201,190,233)
(79%,75%,91%)

RGB channels and saturation

R 201 of 255 = 79%
G 190 of 255 = 75%
B 233 of 255 = 91%

201
190
233

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

Portions of RGB colors in percentages

R + G + B =
201 + 190 + 233 = 624 (100%)
R 201 of 624 ~ 32.21%
G 190 of 624 ~ 30.45%
B 233 of 624 ~ 37.34%

%32.21
%30.45
%37.34

CMYK color model

#C9BEE9 color CMYK value is (14,18,0,9).

  • cyan value is 13.73%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(14,18,0,9)
C14M18Y0K9 
(14%,18%,0%,9%)
(0.14/0.18/0.00/0.09)	

CMYK percentages

%13.73
%18.45
%0
%8.63

Codes

Color #C9BEE9 in popluar color models

C9BEE9
RGB201190233
HSL255°49.43%82.94%
HSB/HSV255°18.45%91.37%
CMYK13.73%18.45%0.00%
8.63%

Color #C9BEE9 in popluar number systems.

HEXC9BEE9
Decimal201190233
Binary110010011011111011101001
Octal311276351

Shades and tints

Shades of #C9BEE9

#C9BEE9
(201,190,233)
#B7ADD4
(183,173,212)
#A59CBF
(165,156,191)
#938BAA
(147,139,170)
#817A95
(129,122,149)
#6F6980
(111,105,128)
#5D586B
(93,88,107)
#4B4756
(75,71,86)
#393641
(57,54,65)
#27252C
(39,37,44)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #C9BEE9

#C9BEE9
(201,190,233)
#CDC3EB
(205,195,235)
#D1C8ED
(209,200,237)
#D5CDEF
(213,205,239)
#D9D2F1
(217,210,241)
#DDD7F3
(221,215,243)
#E1DCF5
(225,220,245)
#E5E1F7
(229,225,247)
#E9E6F9
(233,230,249)
#EDEBFB
(237,235,251)
#F1F0FD
(241,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BEE9; }

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

This text font color is #C9BEE9.


Background Color

.myBgColor { background-color: #C9BEE9; }

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

This div background color is #C9BEE9.


Border color

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

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

This div border color is #C9BEE9.


Opacity

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

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

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

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

This text has shadow with #C9BEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BEE9 on black background.


Color preview on white background

This text has color #C9BEE9 on white background.



Black color preview on #C9BEE9 background

This text has black color on #C9BEE9 background.


White color preview on #C9BEE9 background

This text has white color on #C9BEE9 background.