COLOR #C3DDC8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

195
221
200

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

Portions of RGB colors in percentages

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

%31.66
%35.88
%32.47

CMYK color model

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

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 9.50%
  • key color value is 13.33%

CMYK: (12,0,10,13)
C12M0Y10K13 (12%, 0%, 10%, 13%)
(0.12 / 0.00 / 0.10 / 0.13)

CMYK percentages

%11.76
%0
%9.5
%13.33

Codes

Color #C3DDC8 in popluar color models

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

Color #C3DDC8 in popluar number systems.

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

Shades and tints

Shades of #C3DDC8

#C3DDC8
(195,221,200)
#B2C9B6
(178,201,182)
#A1B5A4
(161,181,164)
#90A192
(144,161,146)
#7F8D80
(127,141,128)
#6E796E
(110,121,110)
#5D655C
(93,101,92)
#4C514A
(76,81,74)
#3B3D38
(59,61,56)
#2A2926
(42,41,38)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #C3DDC8

#C3DDC8
(195,221,200)
#C8E0CD
(200,224,205)
#CDE3D2
(205,227,210)
#D2E6D7
(210,230,215)
#D7E9DC
(215,233,220)
#DCECE1
(220,236,225)
#E1EFE6
(225,239,230)
#E6F2EB
(230,242,235)
#EBF5F0
(235,245,240)
#F0F8F5
(240,248,245)
#F5FBFA
(245,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3DDC8; }

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

This text font color is #C3DDC8.

Background Color

.myBgColor { background-color: #C3DDC8; }

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

This div background color is #C3DDC8.

Border color

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

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

This div border color is #C3DDC8.

Opacity

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

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

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

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

This text has shadow with #C3DDC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3DDC8.

Preview

Color preview on black background

This text has color #C3DDC8 on black background.


Color preview on white background

This text has color #C3DDC8 on white background.


Black color preview on #C3DDC8 background

This text has black color on #C3DDC8 background.


White color preview on #C3DDC8 background

This text has white color on #C3DDC8 background.


Related colors

Complementary color

Complementary color for #hex is #3C2237.


I love getcolorcode.com

Triadic colors

1 #C8C3DD and #DDC8C3 with #C3DDC8 are triadic colors.

2 #C8DDC3 and #DDC3C8 with #C3DDC8 are triadic colors.