COLOR #CBE1EA

HEX: #CBE1EA
RGB: (203,225,234)

Color info

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

RGB color model

#CBE1EA color RGB value is (203,225,234).

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

RGB channels and saturation

R 203 of 255 = 80%
G 225 of 255 = 88%
B 234 of 255 = 92%

203
225
234

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

Portions of RGB colors in percentages

R + G + B =
203 + 225 + 234 = 662 (100%)
R 203 of 662 ~ 30.66%
G 225 of 662 ~ 33.99%
B 234 of 662 ~ 35.35%

%30.66
%33.99
%35.35

CMYK color model

#CBE1EA color CMYK value is (13,4,0,8).

  • cyan value is 13.25%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(13,4,0,8)
C13M4Y0K8 
(13%,4%,0%,8%)
(0.13/0.04/0.00/0.08)	

CMYK percentages

%13.25
%3.85
%0
%8.24

Codes

Color #CBE1EA in popluar color models

CBE1EA
RGB203225234
HSL197°42.47%85.69%
HSB/HSV197°13.25%91.76%
CMYK13.25%3.85%0.00%
8.24%

Color #CBE1EA in popluar number systems.

HEXCBE1EA
Decimal203225234
Binary110010111110000111101010
Octal313341352

Shades and tints

Shades of #CBE1EA

#CBE1EA
(203,225,234)
#B9CDD5
(185,205,213)
#A7B9C0
(167,185,192)
#95A5AB
(149,165,171)
#839196
(131,145,150)
#717D81
(113,125,129)
#5F696C
(95,105,108)
#4D5557
(77,85,87)
#3B4142
(59,65,66)
#292D2D
(41,45,45)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #CBE1EA

#CBE1EA
(203,225,234)
#CFE3EB
(207,227,235)
#D3E5EC
(211,229,236)
#D7E7ED
(215,231,237)
#DBE9EE
(219,233,238)
#DFEBEF
(223,235,239)
#E3EDF0
(227,237,240)
#E7EFF1
(231,239,241)
#EBF1F2
(235,241,242)
#EFF3F3
(239,243,243)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBE1EA; }

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

This text font color is #CBE1EA.


Background Color

.myBgColor { background-color: #CBE1EA; }

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

This div background color is #CBE1EA.


Border color

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

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

This div border color is #CBE1EA.


Opacity

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

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

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

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

This text has shadow with #CBE1EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE1EA on black background.


Color preview on white background

This text has color #CBE1EA on white background.



Black color preview on #CBE1EA background

This text has black color on #CBE1EA background.


White color preview on #CBE1EA background

This text has white color on #CBE1EA background.