COLOR #CBDFF6

HEX: #CBDFF6
RGB: (203,223,246)

Color info

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

RGB color model

#CBDFF6 color RGB value is (203,223,246).

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

RGB channels and saturation

R 203 of 255 = 80%
G 223 of 255 = 87%
B 246 of 255 = 96%

203
223
246

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

Portions of RGB colors in percentages

R + G + B =
203 + 223 + 246 = 672 (100%)
R 203 of 672 ~ 30.21%
G 223 of 672 ~ 33.18%
B 246 of 672 ~ 36.61%

%30.21
%33.18
%36.61

CMYK color model

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

  • cyan value is 17.48%
  • magenta value is 9.35%
  • 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
%9.35
%0
%3.53

Codes

Color #CBDFF6 in popluar color models

CBDFF6
RGB203223246
HSL212°70.49%88.04%
HSB/HSV212°17.48%96.47%
CMYK17.48%9.35%0.00%
3.53%

Color #CBDFF6 in popluar number systems.

HEXCBDFF6
Decimal203223246
Binary110010111101111111110110
Octal313337366

Shades and tints

Shades of #CBDFF6

#CBDFF6
(203,223,246)
#B9CBE0
(185,203,224)
#A7B7CA
(167,183,202)
#95A3B4
(149,163,180)
#838F9E
(131,143,158)
#717B88
(113,123,136)
#5F6772
(95,103,114)
#4D535C
(77,83,92)
#3B3F46
(59,63,70)
#292B30
(41,43,48)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #CBDFF6

#CBDFF6
(203,223,246)
#CFE1F6
(207,225,246)
#D3E3F6
(211,227,246)
#D7E5F6
(215,229,246)
#DBE7F6
(219,231,246)
#DFE9F6
(223,233,246)
#E3EBF6
(227,235,246)
#E7EDF6
(231,237,246)
#EBEFF6
(235,239,246)
#EFF1F6
(239,241,246)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBDFF6; }

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

This text font color is #CBDFF6.


Background Color

.myBgColor { background-color: #CBDFF6; }

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

This div background color is #CBDFF6.


Border color

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

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

This div border color is #CBDFF6.


Opacity

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

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

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

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

This text has shadow with #CBDFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBDFF6 on black background.


Color preview on white background

This text has color #CBDFF6 on white background.



Black color preview on #CBDFF6 background

This text has black color on #CBDFF6 background.


White color preview on #CBDFF6 background

This text has white color on #CBDFF6 background.