COLOR #C3DDC0

HEX: #C3DDC0
RGB: (195,221,192)

Color info

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

RGB color model

#C3DDC0 color RGB value is (195,221,192).

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

RGB channels and saturation

R 195 of 255 = 76%
G 221 of 255 = 87%
B 192 of 255 = 75%

195
221
192

R + G + B ~ 79%. #C3DDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 221 + 192 = 608 (100%)
R 195 of 608 ~ 32.07%
G 221 of 608 ~ 36.35%
B 192 of 608 ~ 31.58%

%32.07
%36.35
%31.58

CMYK color model

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

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 13.12%
  • key color value is 13.33%
CMYK:
(12,0,13,13)
C12M0Y13K13 
(12%,0%,13%,13%)
(0.12/0.00/0.13/0.13)	

CMYK percentages

%11.76
%0
%13.12
%13.33

Codes

Color #C3DDC0 in popluar color models

C3DDC0
RGB195221192
HSL114°29.90%80.98%
HSB/HSV114°13.12%86.67%
CMYK11.76%0.00%13.12%
13.33%

Color #C3DDC0 in popluar number systems.

HEXC3DDC0
Decimal195221192
Binary110000111101110111000000
Octal303335300

Shades and tints

Shades of #C3DDC0

#C3DDC0
(195,221,192)
#B2C9AF
(178,201,175)
#A1B59E
(161,181,158)
#90A18D
(144,161,141)
#7F8D7C
(127,141,124)
#6E796B
(110,121,107)
#5D655A
(93,101,90)
#4C5149
(76,81,73)
#3B3D38
(59,61,56)
#2A2927
(42,41,39)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #C3DDC0

#C3DDC0
(195,221,192)
#C8E0C5
(200,224,197)
#CDE3CA
(205,227,202)
#D2E6CF
(210,230,207)
#D7E9D4
(215,233,212)
#DCECD9
(220,236,217)
#E1EFDE
(225,239,222)
#E6F2E3
(230,242,227)
#EBF5E8
(235,245,232)
#F0F8ED
(240,248,237)
#F5FBF2
(245,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3DDC0; }

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

This text font color is #C3DDC0.


Background Color

.myBgColor { background-color: #C3DDC0; }

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

This div background color is #C3DDC0.


Border color

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

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

This div border color is #C3DDC0.


Opacity

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

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

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

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

This text has shadow with #C3DDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DDC0 on black background.


Color preview on white background

This text has color #C3DDC0 on white background.



Black color preview on #C3DDC0 background

This text has black color on #C3DDC0 background.


White color preview on #C3DDC0 background

This text has white color on #C3DDC0 background.