COLOR #C3DDC7

HEX: #C3DDC7
RGB: (195,221,199)

Color info

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

RGB color model

#C3DDC7 color RGB value is (195,221,199).

  • red value is 195;
  • green value is 221;
  • blue value is 199.
RGB:
(195,221,199)
(76%,87%,78%)

RGB channels and saturation

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

195
221
199

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

Portions of RGB colors in percentages

R + G + B =
195 + 221 + 199 = 615 (100%)
R 195 of 615 ~ 31.71%
G 221 of 615 ~ 35.93%
B 199 of 615 ~ 32.36%

%31.71
%35.93
%32.36

CMYK color model

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

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 9.95%
  • 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.95
%13.33

Codes

Color #C3DDC7 in popluar color models

C3DDC7
RGB195221199
HSL129°27.66%81.57%
HSB/HSV129°11.76%86.67%
CMYK11.76%0.00%9.95%
13.33%

Color #C3DDC7 in popluar number systems.

HEXC3DDC7
Decimal195221199
Binary110000111101110111000111
Octal303335307

Shades and tints

Shades of #C3DDC7

#C3DDC7
(195,221,199)
#B2C9B5
(178,201,181)
#A1B5A3
(161,181,163)
#90A191
(144,161,145)
#7F8D7F
(127,141,127)
#6E796D
(110,121,109)
#5D655B
(93,101,91)
#4C5149
(76,81,73)
#3B3D37
(59,61,55)
#2A2925
(42,41,37)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #C3DDC7

#C3DDC7
(195,221,199)
#C8E0CC
(200,224,204)
#CDE3D1
(205,227,209)
#D2E6D6
(210,230,214)
#D7E9DB
(215,233,219)
#DCECE0
(220,236,224)
#E1EFE5
(225,239,229)
#E6F2EA
(230,242,234)
#EBF5EF
(235,245,239)
#F0F8F4
(240,248,244)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3DDC7; }

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

This text font color is #C3DDC7.


Background Color

.myBgColor { background-color: #C3DDC7; }

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

This div background color is #C3DDC7.


Border color

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

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

This div border color is #C3DDC7.


Opacity

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

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

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

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

This text has shadow with #C3DDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DDC7 on black background.


Color preview on white background

This text has color #C3DDC7 on white background.



Black color preview on #C3DDC7 background

This text has black color on #C3DDC7 background.


White color preview on #C3DDC7 background

This text has white color on #C3DDC7 background.