COLOR #C3CEEE

HEX: #C3CEEE RGB: (195,206,238)

Color info

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

RGB color model

#C3CEEE color RGB value is (195,206,238).

RGB: (195,206,238) (76%, 81%, 93%)

RGB channels and saturation

R 195 of 255 = 76%
G 206 of 255 = 81%
B 238 of 255 = 93%

195
206
238

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

Portions of RGB colors in percentages

R + G + B = 195 + 206 + 238 = 639 (100%)
R 195 of 639 ~ 30.52%
G 206 of 639 ~ 32.24%
B 238 of 639 ~ 37.25'%

%30.52
%32.24
%37.25

CMYK color model

#C3CEEE color CMYK value is (18,13,0,7).

  • cyan value is 18.07%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (18,13,0,7)
C18M13Y0K7 (18%, 13%, 0%, 7%)
(0.18 / 0.13 / 0.00 / 0.07)

CMYK percentages

%18.07
%13.45
%0
%6.67

Codes

Color #C3CEEE in popluar color models

C3 CE EE
RGB 195 206 238
HSL 225° 55.84% 84.90%
HSB/HSV 225° 18.07% 93.33%
CMYK 18.07% 13.45% 0.00%
6.67%

Color #C3CEEE in popluar number systems.

HEX C3 CE EE
Decimal 195 206 238
Binary 11000011 11001110 11101110
Octal 303 316 356

Shades and tints

Shades of #C3CEEE

#C3CEEE
(195,206,238)
#B2BCD9
(178,188,217)
#A1AAC4
(161,170,196)
#9098AF
(144,152,175)
#7F869A
(127,134,154)
#6E7485
(110,116,133)
#5D6270
(93,98,112)
#4C505B
(76,80,91)
#3B3E46
(59,62,70)
#2A2C31
(42,44,49)
#191A1C
(25,26,28)
#000000
(0,0,0)

Tints of #C3CEEE

#C3CEEE
(195,206,238)
#C8D2EF
(200,210,239)
#CDD6F0
(205,214,240)
#D2DAF1
(210,218,241)
#D7DEF2
(215,222,242)
#DCE2F3
(220,226,243)
#E1E6F4
(225,230,244)
#E6EAF5
(230,234,245)
#EBEEF6
(235,238,246)
#F0F2F7
(240,242,247)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CEEE; }

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

This text font color is #C3CEEE.

Background Color

.myBgColor { background-color: #C3CEEE; }

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

This div background color is #C3CEEE.

Border color

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

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

This div border color is #C3CEEE.

Opacity

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

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

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

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

This text has shadow with #C3CEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CEEE.

Preview

Color preview on black background

This text has color #C3CEEE on black background.


Color preview on white background

This text has color #C3CEEE on white background.


Black color preview on #C3CEEE background

This text has black color on #C3CEEE background.


White color preview on #C3CEEE background

This text has white color on #C3CEEE background.


Related colors

Complementary color

Complementary color for #hex is #3C3111.


I love getcolorcode.com

Triadic colors

1 #EEC3CE and #CEEEC3 with #C3CEEE are triadic colors.

2 #EECEC3 and #CEC3EE with #C3CEEE are triadic colors.