COLOR #C3DDB0

HEX: #C3DDB0
RGB: (195,221,176)

Color info

#C3DDB0 contains red, green and blue colors in about the same proportion. Web safe color of #C3DDB0 is #CCCC99 (or #CC9).

RGB color model

#C3DDB0 color RGB value is (195,221,176).

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

RGB channels and saturation

R 195 of 255 = 76%
G 221 of 255 = 87%
B 176 of 255 = 69%

195
221
176

R + G + B ~ 77%. #C3DDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 221 + 176 = 592 (100%)
R 195 of 592 ~ 32.94%
G 221 of 592 ~ 37.33%
B 176 of 592 ~ 29.73%

%32.94
%37.33
%29.73

CMYK color model

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

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 20.36%
  • key color value is 13.33%
CMYK:
(12,0,20,13)
C12M0Y20K13 
(12%,0%,20%,13%)
(0.12/0.00/0.20/0.13)	

CMYK percentages

%11.76
%0
%20.36
%13.33

Codes

Color #C3DDB0 in popluar color models

C3DDB0
RGB195221176
HSL95°39.82%77.84%
HSB/HSV95°20.36%86.67%
CMYK11.76%0.00%20.36%
13.33%

Color #C3DDB0 in popluar number systems.

HEXC3DDB0
Decimal195221176
Binary110000111101110110110000
Octal303335260

Shades and tints

Shades of #C3DDB0

#C3DDB0
(195,221,176)
#B2C9A0
(178,201,160)
#A1B590
(161,181,144)
#90A180
(144,161,128)
#7F8D70
(127,141,112)
#6E7960
(110,121,96)
#5D6550
(93,101,80)
#4C5140
(76,81,64)
#3B3D30
(59,61,48)
#2A2920
(42,41,32)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #C3DDB0

#C3DDB0
(195,221,176)
#C8E0B7
(200,224,183)
#CDE3BE
(205,227,190)
#D2E6C5
(210,230,197)
#D7E9CC
(215,233,204)
#DCECD3
(220,236,211)
#E1EFDA
(225,239,218)
#E6F2E1
(230,242,225)
#EBF5E8
(235,245,232)
#F0F8EF
(240,248,239)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3DDB0; }

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

This text font color is #C3DDB0.


Background Color

.myBgColor { background-color: #C3DDB0; }

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

This div background color is #C3DDB0.


Border color

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

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

This div border color is #C3DDB0.


Opacity

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

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

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

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

This text has shadow with #C3DDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DDB0 on black background.


Color preview on white background

This text has color #C3DDB0 on white background.



Black color preview on #C3DDB0 background

This text has black color on #C3DDB0 background.


White color preview on #C3DDB0 background

This text has white color on #C3DDB0 background.