COLOR #C2D9AF

HEX: #C2D9AF RGB: (194,217,175)

Color info

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

RGB color model

#C2D9AF color RGB value is (194,217,175).

RGB: (194,217,175) (76%, 85%, 69%)

RGB channels and saturation

R 194 of 255 = 76%
G 217 of 255 = 85%
B 175 of 255 = 69%

194
217
175

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

Portions of RGB colors in percentages

R + G + B = 194 + 217 + 175 = 586 (100%)
R 194 of 586 ~ 33.11%
G 217 of 586 ~ 37.03%
B 175 of 586 ~ 29.86'%

%33.11
%37.03
%29.86

CMYK color model

#C2D9AF color CMYK value is (11,0,19,15).

  • cyan value is 10.60%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 14.90%

CMYK: (11,0,19,15)
C11M0Y19K15 (11%, 0%, 19%, 15%)
(0.11 / 0.00 / 0.19 / 0.15)

CMYK percentages

%10.6
%0
%19.35
%14.9

Codes

Color #C2D9AF in popluar color models

C2 D9 AF
RGB 194 217 175
HSL 93° 35.59% 76.86%
HSB/HSV 93° 19.35% 85.10%
CMYK 10.60% 0.00% 19.35%
14.90%

Color #C2D9AF in popluar number systems.

HEX C2 D9 AF
Decimal 194 217 175
Binary 11000010 11011001 10101111
Octal 302 331 257

Shades and tints

Shades of #C2D9AF

#C2D9AF
(194,217,175)
#B1C6A0
(177,198,160)
#A0B391
(160,179,145)
#8FA082
(143,160,130)
#7E8D73
(126,141,115)
#6D7A64
(109,122,100)
#5C6755
(92,103,85)
#4B5446
(75,84,70)
#3A4137
(58,65,55)
#292E28
(41,46,40)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #C2D9AF

#C2D9AF
(194,217,175)
#C7DCB6
(199,220,182)
#CCDFBD
(204,223,189)
#D1E2C4
(209,226,196)
#D6E5CB
(214,229,203)
#DBE8D2
(219,232,210)
#E0EBD9
(224,235,217)
#E5EEE0
(229,238,224)
#EAF1E7
(234,241,231)
#EFF4EE
(239,244,238)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D9AF color. Also use rgb(194,217,175) instead hex code.

Text Font Color

.myTextColor { color: #C2D9AF; }

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

This text font color is #C2D9AF.

Background Color

.myBgColor { background-color: #C2D9AF; }

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

This div background color is #C2D9AF.

Border color

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

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

This div border color is #C2D9AF.

Opacity

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

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

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

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

This text has shadow with #C2D9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2D9AF.

Preview

Color preview on black background

This text has color #C2D9AF on black background.


Color preview on white background

This text has color #C2D9AF on white background.


Black color preview on #C2D9AF background

This text has black color on #C2D9AF background.


White color preview on #C2D9AF background

This text has white color on #C2D9AF background.


Related colors

Complementary color

Complementary color for #hex is #3D2650.


I love getcolorcode.com

Triadic colors

1 #AFC2D9 and #D9AFC2 with #C2D9AF are triadic colors.

2 #AFD9C2 and #D9C2AF with #C2D9AF are triadic colors.