COLOR #C9BEE8

HEX: #C9BEE8
RGB: (201,190,232)

Color info

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

RGB color model

#C9BEE8 color RGB value is (201,190,232).

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

RGB channels and saturation

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

201
190
232

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

Portions of RGB colors in percentages

R + G + B =
201 + 190 + 232 = 623 (100%)
R 201 of 623 ~ 32.26%
G 190 of 623 ~ 30.5%
B 232 of 623 ~ 37.24%

%32.26
%30.5
%37.24

CMYK color model

#C9BEE8 color CMYK value is (13,18,0,9).

  • cyan value is 13.36%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(13,18,0,9)
C13M18Y0K9 
(13%,18%,0%,9%)
(0.13/0.18/0.00/0.09)	

CMYK percentages

%13.36
%18.1
%0
%9.02

Codes

Color #C9BEE8 in popluar color models

C9BEE8
RGB201190232
HSL256°47.73%82.75%
HSB/HSV256°18.10%90.98%
CMYK13.36%18.10%0.00%
9.02%

Color #C9BEE8 in popluar number systems.

HEXC9BEE8
Decimal201190232
Binary110010011011111011101000
Octal311276350

Shades and tints

Shades of #C9BEE8

#C9BEE8
(201,190,232)
#B7ADD3
(183,173,211)
#A59CBE
(165,156,190)
#938BA9
(147,139,169)
#817A94
(129,122,148)
#6F697F
(111,105,127)
#5D586A
(93,88,106)
#4B4755
(75,71,85)
#393640
(57,54,64)
#27252B
(39,37,43)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #C9BEE8

#C9BEE8
(201,190,232)
#CDC3EA
(205,195,234)
#D1C8EC
(209,200,236)
#D5CDEE
(213,205,238)
#D9D2F0
(217,210,240)
#DDD7F2
(221,215,242)
#E1DCF4
(225,220,244)
#E5E1F6
(229,225,246)
#E9E6F8
(233,230,248)
#EDEBFA
(237,235,250)
#F1F0FC
(241,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BEE8; }

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

This text font color is #C9BEE8.


Background Color

.myBgColor { background-color: #C9BEE8; }

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

This div background color is #C9BEE8.


Border color

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

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

This div border color is #C9BEE8.


Opacity

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

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

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

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

This text has shadow with #C9BEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BEE8 on black background.


Color preview on white background

This text has color #C9BEE8 on white background.



Black color preview on #C9BEE8 background

This text has black color on #C9BEE8 background.


White color preview on #C9BEE8 background

This text has white color on #C9BEE8 background.