COLOR #CBCCE3

HEX: #CBCCE3
RGB: (203,204,227)

Color info

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

RGB color model

#CBCCE3 color RGB value is (203,204,227).

  • red value is 203;
  • green value is 204;
  • blue value is 227.
RGB:
(203,204,227)
(80%,80%,89%)

RGB channels and saturation

R 203 of 255 = 80%
G 204 of 255 = 80%
B 227 of 255 = 89%

203
204
227

R + G + B ~ 83%. #CBCCE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 204 + 227 = 634 (100%)
R 203 of 634 ~ 32.02%
G 204 of 634 ~ 32.18%
B 227 of 634 ~ 35.8%

%32.02
%32.18
%35.8

CMYK color model

#CBCCE3 color CMYK value is (11,10,0,11).

  • cyan value is 10.57%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(11,10,0,11)
C11M10Y0K11 
(11%,10%,0%,11%)
(0.11/0.10/0.00/0.11)	

CMYK percentages

%10.57
%10.13
%0
%10.98

Codes

Color #CBCCE3 in popluar color models

CBCCE3
RGB203204227
HSL238°30.00%84.31%
HSB/HSV238°10.57%89.02%
CMYK10.57%10.13%0.00%
10.98%

Color #CBCCE3 in popluar number systems.

HEXCBCCE3
Decimal203204227
Binary110010111100110011100011
Octal313314343

Shades and tints

Shades of #CBCCE3

#CBCCE3
(203,204,227)
#B9BACF
(185,186,207)
#A7A8BB
(167,168,187)
#9596A7
(149,150,167)
#838493
(131,132,147)
#71727F
(113,114,127)
#5F606B
(95,96,107)
#4D4E57
(77,78,87)
#3B3C43
(59,60,67)
#292A2F
(41,42,47)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #CBCCE3

#CBCCE3
(203,204,227)
#CFD0E5
(207,208,229)
#D3D4E7
(211,212,231)
#D7D8E9
(215,216,233)
#DBDCEB
(219,220,235)
#DFE0ED
(223,224,237)
#E3E4EF
(227,228,239)
#E7E8F1
(231,232,241)
#EBECF3
(235,236,243)
#EFF0F5
(239,240,245)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBCCE3 color. Also use rgb(203,204,227) instead hex code.

Text Font Color

.myTextColor { color: #CBCCE3; }

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

This text font color is #CBCCE3.


Background Color

.myBgColor { background-color: #CBCCE3; }

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

This div background color is #CBCCE3.


Border color

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

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

This div border color is #CBCCE3.


Opacity

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

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

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

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

This text has shadow with #CBCCE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBCCE3 on black background.


Color preview on white background

This text has color #CBCCE3 on white background.



Black color preview on #CBCCE3 background

This text has black color on #CBCCE3 background.


White color preview on #CBCCE3 background

This text has white color on #CBCCE3 background.