COLOR #C3C8DD

HEX: #C3C8DD RGB: (195,200,221)

Color info

#C3C8DD contains red, green and blue colors in about the same proportion. Web safe color of #C3C8DD is #CCCCCC (or #CCC).

RGB color model

#C3C8DD color RGB value is (195,200,221).

RGB: (195,200,221) (76%, 78%, 87%)

RGB channels and saturation

R 195 of 255 = 76%
G 200 of 255 = 78%
B 221 of 255 = 87%

195
200
221

R + G + B ~ 80%. #C3C8DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 200 + 221 = 616 (100%)
R 195 of 616 ~ 31.66%
G 200 of 616 ~ 32.47%
B 221 of 616 ~ 35.88'%

%31.66
%32.47
%35.88

CMYK color model

#C3C8DD color CMYK value is (12,10,0,13).

  • cyan value is 11.76%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (12,10,0,13) C12M10Y0K13 (12%,10%,0%,13%) (0.12/0.10/0.00/0.13) 

CMYK percentages

%11.76
%9.5
%0
%13.33

Codes

Color #C3C8DD in popluar color models

C3 C8 DD
RGB 195 200 221
HSL 228° 27.66% 81.57%
HSB/HSV 228° 11.76% 86.67%
CMYK 11.76% 9.50% 0.00%
13.33%

Color #C3C8DD in popluar number systems.

HEX C3 C8 DD
Decimal 195 200 221
Binary 11000011 11001000 11011101
Octal 303 310 335

Shades and tints

Shades of #C3C8DD

#C3C8DD
(195,200,221)
#B2B6C9
(178,182,201)
#A1A4B5
(161,164,181)
#9092A1
(144,146,161)
#7F808D
(127,128,141)
#6E6E79
(110,110,121)
#5D5C65
(93,92,101)
#4C4A51
(76,74,81)
#3B383D
(59,56,61)
#2A2629
(42,38,41)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #C3C8DD

#C3C8DD
(195,200,221)
#C8CDE0
(200,205,224)
#CDD2E3
(205,210,227)
#D2D7E6
(210,215,230)
#D7DCE9
(215,220,233)
#DCE1EC
(220,225,236)
#E1E6EF
(225,230,239)
#E6EBF2
(230,235,242)
#EBF0F5
(235,240,245)
#F0F5F8
(240,245,248)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C8DD; }

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

This text font color is #C3C8DD.

Background Color

.myBgColor { background-color: #C3C8DD; }

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

This div background color is #C3C8DD.

Border color

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

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

This div border color is #C3C8DD.

Opacity

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

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

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

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

This text has shadow with #C3C8DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C8DD.

Preview

Color preview on black background

This text has color #C3C8DD on black background.


Color preview on white background

This text has color #C3C8DD on white background.


Black color preview on #C3C8DD background

This text has black color on #C3C8DD background.


White color preview on #C3C8DD background

This text has white color on #C3C8DD background.


Related colors

Complementary color

Complementary color for #hex is #3C3722.


I love getcolorcode.com

Triadic colors

1 #DDC3C8 and #C8DDC3 with #C3C8DD are triadic colors.

2 #DDC8C3 and #C8C3DD with #C3C8DD are triadic colors.