COLOR #CBE1E4

HEX: #CBE1E4
RGB: (203,225,228)

Color info

#CBE1E4 contains red, green and blue colors in about the same proportion. Web safe color of #CBE1E4 is #CCCCCC (or #CCC).

RGB color model

#CBE1E4 color RGB value is (203,225,228).

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

RGB channels and saturation

R 203 of 255 = 80%
G 225 of 255 = 88%
B 228 of 255 = 89%

203
225
228

R + G + B ~ 86%. #CBE1E4 is light color.

Portions of RGB colors in percentages

R + G + B =
203 + 225 + 228 = 656 (100%)
R 203 of 656 ~ 30.95%
G 225 of 656 ~ 34.3%
B 228 of 656 ~ 34.76%

%30.95
%34.3
%34.76

CMYK color model

#CBE1E4 color CMYK value is (11,1,0,11).

  • cyan value is 10.96%
  • magenta value is 1.32%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(11,1,0,11)
C11M1Y0K11 
(11%,1%,0%,11%)
(0.11/0.01/0.00/0.11)	

CMYK percentages

%10.96
%1.32
%0
%10.59

Codes

Color #CBE1E4 in popluar color models

CBE1E4
RGB203225228
HSL187°31.65%84.51%
HSB/HSV187°10.96%89.41%
CMYK10.96%1.32%0.00%
10.59%

Color #CBE1E4 in popluar number systems.

HEXCBE1E4
Decimal203225228
Binary110010111110000111100100
Octal313341344

Shades and tints

Shades of #CBE1E4

#CBE1E4
(203,225,228)
#B9CDD0
(185,205,208)
#A7B9BC
(167,185,188)
#95A5A8
(149,165,168)
#839194
(131,145,148)
#717D80
(113,125,128)
#5F696C
(95,105,108)
#4D5558
(77,85,88)
#3B4144
(59,65,68)
#292D30
(41,45,48)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #CBE1E4

#CBE1E4
(203,225,228)
#CFE3E6
(207,227,230)
#D3E5E8
(211,229,232)
#D7E7EA
(215,231,234)
#DBE9EC
(219,233,236)
#DFEBEE
(223,235,238)
#E3EDF0
(227,237,240)
#E7EFF2
(231,239,242)
#EBF1F4
(235,241,244)
#EFF3F6
(239,243,246)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBE1E4; }

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

This text font color is #CBE1E4.


Background Color

.myBgColor { background-color: #CBE1E4; }

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

This div background color is #CBE1E4.


Border color

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

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

This div border color is #CBE1E4.


Opacity

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

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

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

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

This text has shadow with #CBE1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE1E4 on black background.


Color preview on white background

This text has color #CBE1E4 on white background.



Black color preview on #CBE1E4 background

This text has black color on #CBE1E4 background.


White color preview on #CBE1E4 background

This text has white color on #CBE1E4 background.