COLOR #CBEAF4

HEX: #CBEAF4
RGB: (203,234,244)

Color info

#CBEAF4 contains red, green and blue colors in about the same proportion. Web safe color of #CBEAF4 is #CCFFFF (or #CFF).

RGB color model

#CBEAF4 color RGB value is (203,234,244).

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

RGB channels and saturation

R 203 of 255 = 80%
G 234 of 255 = 92%
B 244 of 255 = 96%

203
234
244

R + G + B ~ 89%. #CBEAF4 is light color.

Portions of RGB colors in percentages

R + G + B =
203 + 234 + 244 = 681 (100%)
R 203 of 681 ~ 29.81%
G 234 of 681 ~ 34.36%
B 244 of 681 ~ 35.83%

%29.81
%34.36
%35.83

CMYK color model

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

  • cyan value is 16.80%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(17,4,0,4)
C17M4Y0K4 
(17%,4%,0%,4%)
(0.17/0.04/0.00/0.04)	

CMYK percentages

%16.8
%4.1
%0
%4.31

Codes

Color #CBEAF4 in popluar color models

CBEAF4
RGB203234244
HSL195°65.08%87.65%
HSB/HSV195°16.80%95.69%
CMYK16.80%4.10%0.00%
4.31%

Color #CBEAF4 in popluar number systems.

HEXCBEAF4
Decimal203234244
Binary110010111110101011110100
Octal313352364

Shades and tints

Shades of #CBEAF4

#CBEAF4
(203,234,244)
#B9D5DE
(185,213,222)
#A7C0C8
(167,192,200)
#95ABB2
(149,171,178)
#83969C
(131,150,156)
#718186
(113,129,134)
#5F6C70
(95,108,112)
#4D575A
(77,87,90)
#3B4244
(59,66,68)
#292D2E
(41,45,46)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #CBEAF4

#CBEAF4
(203,234,244)
#CFEBF5
(207,235,245)
#D3ECF6
(211,236,246)
#D7EDF7
(215,237,247)
#DBEEF8
(219,238,248)
#DFEFF9
(223,239,249)
#E3F0FA
(227,240,250)
#E7F1FB
(231,241,251)
#EBF2FC
(235,242,252)
#EFF3FD
(239,243,253)
#F3F4FE
(243,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBEAF4; }

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

This text font color is #CBEAF4.


Background Color

.myBgColor { background-color: #CBEAF4; }

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

This div background color is #CBEAF4.


Border color

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

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

This div border color is #CBEAF4.


Opacity

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

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

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

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

This text has shadow with #CBEAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBEAF4 on black background.


Color preview on white background

This text has color #CBEAF4 on white background.



Black color preview on #CBEAF4 background

This text has black color on #CBEAF4 background.


White color preview on #CBEAF4 background

This text has white color on #CBEAF4 background.