COLOR #C4C8EF

HEX: #C4C8EF RGB: (196,200,239)

Color info

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

RGB color model

#C4C8EF color RGB value is (196,200,239).

RGB: (196,200,239) (77%, 78%, 94%)

RGB channels and saturation

R 196 of 255 = 77%
G 200 of 255 = 78%
B 239 of 255 = 94%

196
200
239

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

Portions of RGB colors in percentages

R + G + B = 196 + 200 + 239 = 635 (100%)
R 196 of 635 ~ 30.87%
G 200 of 635 ~ 31.5%
B 239 of 635 ~ 37.64'%

%30.87
%31.5
%37.64

CMYK color model

#C4C8EF color CMYK value is (18,16,0,6).

  • cyan value is 17.99%
  • magenta value is 16.32%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (18,16,0,6)
C18M16Y0K6 (18%, 16%, 0%, 6%)
(0.18 / 0.16 / 0.00 / 0.06)

CMYK percentages

%17.99
%16.32
%0
%6.27

Codes

Color #C4C8EF in popluar color models

C4 C8 EF
RGB 196 200 239
HSL 234° 57.33% 85.29%
HSB/HSV 234° 17.99% 93.73%
CMYK 17.99% 16.32% 0.00%
6.27%

Color #C4C8EF in popluar number systems.

HEX C4 C8 EF
Decimal 196 200 239
Binary 11000100 11001000 11101111
Octal 304 310 357

Shades and tints

Shades of #C4C8EF

#C4C8EF
(196,200,239)
#B3B6DA
(179,182,218)
#A2A4C5
(162,164,197)
#9192B0
(145,146,176)
#80809B
(128,128,155)
#6F6E86
(111,110,134)
#5E5C71
(94,92,113)
#4D4A5C
(77,74,92)
#3C3847
(60,56,71)
#2B2632
(43,38,50)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #C4C8EF

#C4C8EF
(196,200,239)
#C9CDF0
(201,205,240)
#CED2F1
(206,210,241)
#D3D7F2
(211,215,242)
#D8DCF3
(216,220,243)
#DDE1F4
(221,225,244)
#E2E6F5
(226,230,245)
#E7EBF6
(231,235,246)
#ECF0F7
(236,240,247)
#F1F5F8
(241,245,248)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C8EF color. Also use rgb(196,200,239) instead hex code.

Text Font Color

.myTextColor { color: #C4C8EF; }

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

This text font color is #C4C8EF.

Background Color

.myBgColor { background-color: #C4C8EF; }

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

This div background color is #C4C8EF.

Border color

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

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

This div border color is #C4C8EF.

Opacity

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

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

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

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

This text has shadow with #C4C8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C8EF.

Preview

Color preview on black background

This text has color #C4C8EF on black background.


Color preview on white background

This text has color #C4C8EF on white background.


Black color preview on #C4C8EF background

This text has black color on #C4C8EF background.


White color preview on #C4C8EF background

This text has white color on #C4C8EF background.


Related colors

Complementary color

Complementary color for #hex is #3B3710.


I love getcolorcode.com

Triadic colors

1 #EFC4C8 and #C8EFC4 with #C4C8EF are triadic colors.

2 #EFC8C4 and #C8C4EF with #C4C8EF are triadic colors.