COLOR #C3CEE7

HEX: #C3CEE7 RGB: (195,206,231)

Color info

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

RGB color model

#C3CEE7 color RGB value is (195,206,231).

RGB: (195,206,231) (76%, 81%, 91%)

RGB channels and saturation

R 195 of 255 = 76%
G 206 of 255 = 81%
B 231 of 255 = 91%

195
206
231

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

Portions of RGB colors in percentages

R + G + B = 195 + 206 + 231 = 632 (100%)
R 195 of 632 ~ 30.85%
G 206 of 632 ~ 32.59%
B 231 of 632 ~ 36.55'%

%30.85
%32.59
%36.55

CMYK color model

#C3CEE7 color CMYK value is (16,11,0,9).

  • cyan value is 15.58%
  • magenta value is 10.82%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (16,11,0,9)
C16M11Y0K9 (16%, 11%, 0%, 9%)
(0.16 / 0.11 / 0.00 / 0.09)

CMYK percentages

%15.58
%10.82
%0
%9.41

Codes

Color #C3CEE7 in popluar color models

C3 CE E7
RGB 195 206 231
HSL 222° 42.86% 83.53%
HSB/HSV 222° 15.58% 90.59%
CMYK 15.58% 10.82% 0.00%
9.41%

Color #C3CEE7 in popluar number systems.

HEX C3 CE E7
Decimal 195 206 231
Binary 11000011 11001110 11100111
Octal 303 316 347

Shades and tints

Shades of #C3CEE7

#C3CEE7
(195,206,231)
#B2BCD2
(178,188,210)
#A1AABD
(161,170,189)
#9098A8
(144,152,168)
#7F8693
(127,134,147)
#6E747E
(110,116,126)
#5D6269
(93,98,105)
#4C5054
(76,80,84)
#3B3E3F
(59,62,63)
#2A2C2A
(42,44,42)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #C3CEE7

#C3CEE7
(195,206,231)
#C8D2E9
(200,210,233)
#CDD6EB
(205,214,235)
#D2DAED
(210,218,237)
#D7DEEF
(215,222,239)
#DCE2F1
(220,226,241)
#E1E6F3
(225,230,243)
#E6EAF5
(230,234,245)
#EBEEF7
(235,238,247)
#F0F2F9
(240,242,249)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CEE7; }

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

This text font color is #C3CEE7.

Background Color

.myBgColor { background-color: #C3CEE7; }

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

This div background color is #C3CEE7.

Border color

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

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

This div border color is #C3CEE7.

Opacity

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

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

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

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

This text has shadow with #C3CEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CEE7.

Preview

Color preview on black background

This text has color #C3CEE7 on black background.


Color preview on white background

This text has color #C3CEE7 on white background.


Black color preview on #C3CEE7 background

This text has black color on #C3CEE7 background.


White color preview on #C3CEE7 background

This text has white color on #C3CEE7 background.


Related colors

Complementary color

Complementary color for #hex is #3C3118.


I love getcolorcode.com

Triadic colors

1 #E7C3CE and #CEE7C3 with #C3CEE7 are triadic colors.

2 #E7CEC3 and #CEC3E7 with #C3CEE7 are triadic colors.