COLOR #C3C8EE

HEX: #C3C8EE RGB: (195,200,238)

Color info

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

RGB color model

#C3C8EE color RGB value is (195,200,238).

RGB: (195,200,238) (76%, 78%, 93%)

RGB channels and saturation

R 195 of 255 = 76%
G 200 of 255 = 78%
B 238 of 255 = 93%

195
200
238

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

Portions of RGB colors in percentages

R + G + B = 195 + 200 + 238 = 633 (100%)
R 195 of 633 ~ 30.81%
G 200 of 633 ~ 31.6%
B 238 of 633 ~ 37.6'%

%30.81
%31.6
%37.6

CMYK color model

#C3C8EE color CMYK value is (18,16,0,7).

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

CMYK: (18,16,0,7)
C18M16Y0K7 (18%, 16%, 0%, 7%)
(0.18 / 0.16 / 0.00 / 0.07)

CMYK percentages

%18.07
%15.97
%0
%6.67

Codes

Color #C3C8EE in popluar color models

C3 C8 EE
RGB 195 200 238
HSL 233° 55.84% 84.90%
HSB/HSV 233° 18.07% 93.33%
CMYK 18.07% 15.97% 0.00%
6.67%

Color #C3C8EE in popluar number systems.

HEX C3 C8 EE
Decimal 195 200 238
Binary 11000011 11001000 11101110
Octal 303 310 356

Shades and tints

Shades of #C3C8EE

#C3C8EE
(195,200,238)
#B2B6D9
(178,182,217)
#A1A4C4
(161,164,196)
#9092AF
(144,146,175)
#7F809A
(127,128,154)
#6E6E85
(110,110,133)
#5D5C70
(93,92,112)
#4C4A5B
(76,74,91)
#3B3846
(59,56,70)
#2A2631
(42,38,49)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #C3C8EE

#C3C8EE
(195,200,238)
#C8CDEF
(200,205,239)
#CDD2F0
(205,210,240)
#D2D7F1
(210,215,241)
#D7DCF2
(215,220,242)
#DCE1F3
(220,225,243)
#E1E6F4
(225,230,244)
#E6EBF5
(230,235,245)
#EBF0F6
(235,240,246)
#F0F5F7
(240,245,247)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C8EE; }

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

This text font color is #C3C8EE.

Background Color

.myBgColor { background-color: #C3C8EE; }

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

This div background color is #C3C8EE.

Border color

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

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

This div border color is #C3C8EE.

Opacity

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

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

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

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

This text has shadow with #C3C8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C8EE.

Preview

Color preview on black background

This text has color #C3C8EE on black background.


Color preview on white background

This text has color #C3C8EE on white background.


Black color preview on #C3C8EE background

This text has black color on #C3C8EE background.


White color preview on #C3C8EE background

This text has white color on #C3C8EE background.


Related colors

Complementary color

Complementary color for #hex is #3C3711.


I love getcolorcode.com

Triadic colors

1 #EEC3C8 and #C8EEC3 with #C3C8EE are triadic colors.

2 #EEC8C3 and #C8C3EE with #C3C8EE are triadic colors.