COLOR #C3CEE2

HEX: #C3CEE2
RGB: (195,206,226)

Color info

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

RGB color model

#C3CEE2 color RGB value is (195,206,226).

  • red value is 195;
  • green value is 206;
  • blue value is 226.
RGB:
(195,206,226)
(76%,81%,89%)

RGB channels and saturation

R 195 of 255 = 76%
G 206 of 255 = 81%
B 226 of 255 = 89%

195
206
226

R + G + B ~ 82%. #C3CEE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 206 + 226 = 627 (100%)
R 195 of 627 ~ 31.1%
G 206 of 627 ~ 32.85%
B 226 of 627 ~ 36.04%

%31.1
%32.85
%36.04

CMYK color model

#C3CEE2 color CMYK value is (14,9,0,11).

  • cyan value is 13.72%
  • magenta value is 8.85%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(14,9,0,11)
C14M9Y0K11 
(14%,9%,0%,11%)
(0.14/0.09/0.00/0.11)	

CMYK percentages

%13.72
%8.85
%0
%11.37

Codes

Color #C3CEE2 in popluar color models

C3CEE2
RGB195206226
HSL219°34.83%82.55%
HSB/HSV219°13.72%88.63%
CMYK13.72%8.85%0.00%
11.37%

Color #C3CEE2 in popluar number systems.

HEXC3CEE2
Decimal195206226
Binary110000111100111011100010
Octal303316342

Shades and tints

Shades of #C3CEE2

#C3CEE2
(195,206,226)
#B2BCCE
(178,188,206)
#A1AABA
(161,170,186)
#9098A6
(144,152,166)
#7F8692
(127,134,146)
#6E747E
(110,116,126)
#5D626A
(93,98,106)
#4C5056
(76,80,86)
#3B3E42
(59,62,66)
#2A2C2E
(42,44,46)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #C3CEE2

#C3CEE2
(195,206,226)
#C8D2E4
(200,210,228)
#CDD6E6
(205,214,230)
#D2DAE8
(210,218,232)
#D7DEEA
(215,222,234)
#DCE2EC
(220,226,236)
#E1E6EE
(225,230,238)
#E6EAF0
(230,234,240)
#EBEEF2
(235,238,242)
#F0F2F4
(240,242,244)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CEE2 color. Also use rgb(195,206,226) instead hex code.

Text Font Color

.myTextColor { color: #C3CEE2; }

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

This text font color is #C3CEE2.


Background Color

.myBgColor { background-color: #C3CEE2; }

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

This div background color is #C3CEE2.


Border color

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

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

This div border color is #C3CEE2.


Opacity

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

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

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

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

This text has shadow with #C3CEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CEE2 on black background.


Color preview on white background

This text has color #C3CEE2 on white background.



Black color preview on #C3CEE2 background

This text has black color on #C3CEE2 background.


White color preview on #C3CEE2 background

This text has white color on #C3CEE2 background.