COLOR #CBE0F6

HEX: #CBE0F6
RGB: (203,224,246)

Color info

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

RGB color model

#CBE0F6 color RGB value is (203,224,246).

  • red value is 203;
  • green value is 224;
  • blue value is 246.
RGB:
(203,224,246)
(80%,88%,96%)

RGB channels and saturation

R 203 of 255 = 80%
G 224 of 255 = 88%
B 246 of 255 = 96%

203
224
246

R + G + B ~ 88%. #CBE0F6 is light color.

Portions of RGB colors in percentages

R + G + B =
203 + 224 + 246 = 673 (100%)
R 203 of 673 ~ 30.16%
G 224 of 673 ~ 33.28%
B 246 of 673 ~ 36.55%

%30.16
%33.28
%36.55

CMYK color model

#CBE0F6 color CMYK value is (17,9,0,4).

  • cyan value is 17.48%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(17,9,0,4)
C17M9Y0K4 
(17%,9%,0%,4%)
(0.17/0.09/0.00/0.04)	

CMYK percentages

%17.48
%8.94
%0
%3.53

Codes

Color #CBE0F6 in popluar color models

CBE0F6
RGB203224246
HSL211°70.49%88.04%
HSB/HSV211°17.48%96.47%
CMYK17.48%8.94%0.00%
3.53%

Color #CBE0F6 in popluar number systems.

HEXCBE0F6
Decimal203224246
Binary110010111110000011110110
Octal313340366

Shades and tints

Shades of #CBE0F6

#CBE0F6
(203,224,246)
#B9CCE0
(185,204,224)
#A7B8CA
(167,184,202)
#95A4B4
(149,164,180)
#83909E
(131,144,158)
#717C88
(113,124,136)
#5F6872
(95,104,114)
#4D545C
(77,84,92)
#3B4046
(59,64,70)
#292C30
(41,44,48)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #CBE0F6

#CBE0F6
(203,224,246)
#CFE2F6
(207,226,246)
#D3E4F6
(211,228,246)
#D7E6F6
(215,230,246)
#DBE8F6
(219,232,246)
#DFEAF6
(223,234,246)
#E3ECF6
(227,236,246)
#E7EEF6
(231,238,246)
#EBF0F6
(235,240,246)
#EFF2F6
(239,242,246)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBE0F6 color. Also use rgb(203,224,246) instead hex code.

Text Font Color

.myTextColor { color: #CBE0F6; }

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

This text font color is #CBE0F6.


Background Color

.myBgColor { background-color: #CBE0F6; }

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

This div background color is #CBE0F6.


Border color

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

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

This div border color is #CBE0F6.


Opacity

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

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

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

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

This text has shadow with #CBE0F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE0F6 on black background.


Color preview on white background

This text has color #CBE0F6 on white background.



Black color preview on #CBE0F6 background

This text has black color on #CBE0F6 background.


White color preview on #CBE0F6 background

This text has white color on #CBE0F6 background.