COLOR #C2D7B7

HEX: #C2D7B7
RGB: (194,215,183)

Color info

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

RGB color model

#C2D7B7 color RGB value is (194,215,183).

  • red value is 194;
  • green value is 215;
  • blue value is 183.
RGB:
(194,215,183)
(76%,84%,72%)

RGB channels and saturation

R 194 of 255 = 76%
G 215 of 255 = 84%
B 183 of 255 = 72%

194
215
183

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

Portions of RGB colors in percentages

R + G + B =
194 + 215 + 183 = 592 (100%)
R 194 of 592 ~ 32.77%
G 215 of 592 ~ 36.32%
B 183 of 592 ~ 30.91%

%32.77
%36.32
%30.91

CMYK color model

#C2D7B7 color CMYK value is (10,0,15,16).

  • cyan value is 9.77%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 15.69%
CMYK:
(10,0,15,16)
C10M0Y15K16 
(10%,0%,15%,16%)
(0.10/0.00/0.15/0.16)	

CMYK percentages

%9.77
%0
%14.88
%15.69

Codes

Color #C2D7B7 in popluar color models

C2D7B7
RGB194215183
HSL99°28.57%78.04%
HSB/HSV99°14.88%84.31%
CMYK9.77%0.00%14.88%
15.69%

Color #C2D7B7 in popluar number systems.

HEXC2D7B7
Decimal194215183
Binary110000101101011110110111
Octal302327267

Shades and tints

Shades of #C2D7B7

#C2D7B7
(194,215,183)
#B1C4A7
(177,196,167)
#A0B197
(160,177,151)
#8F9E87
(143,158,135)
#7E8B77
(126,139,119)
#6D7867
(109,120,103)
#5C6557
(92,101,87)
#4B5247
(75,82,71)
#3A3F37
(58,63,55)
#292C27
(41,44,39)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #C2D7B7

#C2D7B7
(194,215,183)
#C7DABD
(199,218,189)
#CCDDC3
(204,221,195)
#D1E0C9
(209,224,201)
#D6E3CF
(214,227,207)
#DBE6D5
(219,230,213)
#E0E9DB
(224,233,219)
#E5ECE1
(229,236,225)
#EAEFE7
(234,239,231)
#EFF2ED
(239,242,237)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D7B7 color. Also use rgb(194,215,183) instead hex code.

Text Font Color

.myTextColor { color: #C2D7B7; }

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

This text font color is #C2D7B7.


Background Color

.myBgColor { background-color: #C2D7B7; }

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

This div background color is #C2D7B7.


Border color

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

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

This div border color is #C2D7B7.


Opacity

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

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

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

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

This text has shadow with #C2D7B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D7B7 on black background.


Color preview on white background

This text has color #C2D7B7 on white background.



Black color preview on #C2D7B7 background

This text has black color on #C2D7B7 background.


White color preview on #C2D7B7 background

This text has white color on #C2D7B7 background.