COLOR #C3DCB1

HEX: #C3DCB1
RGB: (195,220,177)

Color info

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

RGB color model

#C3DCB1 color RGB value is (195,220,177).

  • red value is 195;
  • green value is 220;
  • blue value is 177.
RGB:
(195,220,177)
(76%,86%,69%)

RGB channels and saturation

R 195 of 255 = 76%
G 220 of 255 = 86%
B 177 of 255 = 69%

195
220
177

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

Portions of RGB colors in percentages

R + G + B =
195 + 220 + 177 = 592 (100%)
R 195 of 592 ~ 32.94%
G 220 of 592 ~ 37.16%
B 177 of 592 ~ 29.9%

%32.94
%37.16
%29.9

CMYK color model

#C3DCB1 color CMYK value is (11,0,20,14).

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 19.55%
  • key color value is 13.73%
CMYK:
(11,0,20,14)
C11M0Y20K14 
(11%,0%,20%,14%)
(0.11/0.00/0.20/0.14)	

CMYK percentages

%11.36
%0
%19.55
%13.73

Codes

Color #C3DCB1 in popluar color models

C3DCB1
RGB195220177
HSL95°38.05%77.84%
HSB/HSV95°19.55%86.27%
CMYK11.36%0.00%19.55%
13.73%

Color #C3DCB1 in popluar number systems.

HEXC3DCB1
Decimal195220177
Binary110000111101110010110001
Octal303334261

Shades and tints

Shades of #C3DCB1

#C3DCB1
(195,220,177)
#B2C8A1
(178,200,161)
#A1B491
(161,180,145)
#90A081
(144,160,129)
#7F8C71
(127,140,113)
#6E7861
(110,120,97)
#5D6451
(93,100,81)
#4C5041
(76,80,65)
#3B3C31
(59,60,49)
#2A2821
(42,40,33)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #C3DCB1

#C3DCB1
(195,220,177)
#C8DFB8
(200,223,184)
#CDE2BF
(205,226,191)
#D2E5C6
(210,229,198)
#D7E8CD
(215,232,205)
#DCEBD4
(220,235,212)
#E1EEDB
(225,238,219)
#E6F1E2
(230,241,226)
#EBF4E9
(235,244,233)
#F0F7F0
(240,247,240)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DCB1 color. Also use rgb(195,220,177) instead hex code.

Text Font Color

.myTextColor { color: #C3DCB1; }

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

This text font color is #C3DCB1.


Background Color

.myBgColor { background-color: #C3DCB1; }

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

This div background color is #C3DCB1.


Border color

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

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

This div border color is #C3DCB1.


Opacity

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

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

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

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

This text has shadow with #C3DCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DCB1 on black background.


Color preview on white background

This text has color #C3DCB1 on white background.



Black color preview on #C3DCB1 background

This text has black color on #C3DCB1 background.


White color preview on #C3DCB1 background

This text has white color on #C3DCB1 background.