COLOR #C3CEE8

HEX: #C3CEE8 RGB: (195,206,232)

Color info

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

RGB color model

#C3CEE8 color RGB value is (195,206,232).

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

RGB channels and saturation

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

195
206
232

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

Portions of RGB colors in percentages

R + G + B = 195 + 206 + 232 = 633 (100%)
R 195 of 633 ~ 30.81%
G 206 of 633 ~ 32.54%
B 232 of 633 ~ 36.65'%

%30.81
%32.54
%36.65

CMYK color model

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

  • cyan value is 15.95%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 9.02%

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

CMYK percentages

%15.95
%11.21
%0
%9.02

Codes

Color #C3CEE8 in popluar color models

C3 CE E8
RGB 195 206 232
HSL 222° 44.58% 83.73%
HSB/HSV 222° 15.95% 90.98%
CMYK 15.95% 11.21% 0.00%
9.02%

Color #C3CEE8 in popluar number systems.

HEX C3 CE E8
Decimal 195 206 232
Binary 11000011 11001110 11101000
Octal 303 316 350

Shades and tints

Shades of #C3CEE8

#C3CEE8
(195,206,232)
#B2BCD3
(178,188,211)
#A1AABE
(161,170,190)
#9098A9
(144,152,169)
#7F8694
(127,134,148)
#6E747F
(110,116,127)
#5D626A
(93,98,106)
#4C5055
(76,80,85)
#3B3E40
(59,62,64)
#2A2C2B
(42,44,43)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #C3CEE8

#C3CEE8
(195,206,232)
#C8D2EA
(200,210,234)
#CDD6EC
(205,214,236)
#D2DAEE
(210,218,238)
#D7DEF0
(215,222,240)
#DCE2F2
(220,226,242)
#E1E6F4
(225,230,244)
#E6EAF6
(230,234,246)
#EBEEF8
(235,238,248)
#F0F2FA
(240,242,250)
#F5F6FC
(245,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CEE8; }

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

This text font color is #C3CEE8.

Background Color

.myBgColor { background-color: #C3CEE8; }

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

This div background color is #C3CEE8.

Border color

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

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

This div border color is #C3CEE8.

Opacity

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

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

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

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

This text has shadow with #C3CEE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CEE8.

Preview

Color preview on black background

This text has color #C3CEE8 on black background.


Color preview on white background

This text has color #C3CEE8 on white background.


Black color preview on #C3CEE8 background

This text has black color on #C3CEE8 background.


White color preview on #C3CEE8 background

This text has white color on #C3CEE8 background.


Related colors

Complementary color

Complementary color for #hex is #3C3117.


I love getcolorcode.com

Triadic colors

1 #E8C3CE and #CEE8C3 with #C3CEE8 are triadic colors.

2 #E8CEC3 and #CEC3E8 with #C3CEE8 are triadic colors.