COLOR #CBE4EE

HEX: #CBE4EE
RGB: (203,228,238)

Color info

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

RGB color model

#CBE4EE color RGB value is (203,228,238).

  • red value is 203;
  • green value is 228;
  • blue value is 238.
RGB:
(203,228,238)
(80%,89%,93%)

RGB channels and saturation

R 203 of 255 = 80%
G 228 of 255 = 89%
B 238 of 255 = 93%

203
228
238

R + G + B ~ 87%. #CBE4EE is light color.

Portions of RGB colors in percentages

R + G + B =
203 + 228 + 238 = 669 (100%)
R 203 of 669 ~ 30.34%
G 228 of 669 ~ 34.08%
B 238 of 669 ~ 35.58%

%30.34
%34.08
%35.58

CMYK color model

#CBE4EE color CMYK value is (15,4,0,7).

  • cyan value is 14.71%
  • magenta value is 4.20%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(15,4,0,7)
C15M4Y0K7 
(15%,4%,0%,7%)
(0.15/0.04/0.00/0.07)	

CMYK percentages

%14.71
%4.2
%0
%6.67

Codes

Color #CBE4EE in popluar color models

CBE4EE
RGB203228238
HSL197°50.72%86.47%
HSB/HSV197°14.71%93.33%
CMYK14.71%4.20%0.00%
6.67%

Color #CBE4EE in popluar number systems.

HEXCBE4EE
Decimal203228238
Binary110010111110010011101110
Octal313344356

Shades and tints

Shades of #CBE4EE

#CBE4EE
(203,228,238)
#B9D0D9
(185,208,217)
#A7BCC4
(167,188,196)
#95A8AF
(149,168,175)
#83949A
(131,148,154)
#718085
(113,128,133)
#5F6C70
(95,108,112)
#4D585B
(77,88,91)
#3B4446
(59,68,70)
#293031
(41,48,49)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #CBE4EE

#CBE4EE
(203,228,238)
#CFE6EF
(207,230,239)
#D3E8F0
(211,232,240)
#D7EAF1
(215,234,241)
#DBECF2
(219,236,242)
#DFEEF3
(223,238,243)
#E3F0F4
(227,240,244)
#E7F2F5
(231,242,245)
#EBF4F6
(235,244,246)
#EFF6F7
(239,246,247)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBE4EE color. Also use rgb(203,228,238) instead hex code.

Text Font Color

.myTextColor { color: #CBE4EE; }

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

This text font color is #CBE4EE.


Background Color

.myBgColor { background-color: #CBE4EE; }

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

This div background color is #CBE4EE.


Border color

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

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

This div border color is #CBE4EE.


Opacity

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

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

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

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

This text has shadow with #CBE4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE4EE on black background.


Color preview on white background

This text has color #CBE4EE on white background.



Black color preview on #CBE4EE background

This text has black color on #CBE4EE background.


White color preview on #CBE4EE background

This text has white color on #CBE4EE background.