COLOR #C3E0AF

HEX: #C3E0AF
RGB: (195,224,175)

Color info

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

RGB color model

#C3E0AF color RGB value is (195,224,175).

  • red value is 195;
  • green value is 224;
  • blue value is 175.
RGB:
(195,224,175)
(76%,88%,69%)

RGB channels and saturation

R 195 of 255 = 76%
G 224 of 255 = 88%
B 175 of 255 = 69%

195
224
175

R + G + B ~ 78%. #C3E0AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 224 + 175 = 594 (100%)
R 195 of 594 ~ 32.83%
G 224 of 594 ~ 37.71%
B 175 of 594 ~ 29.46%

%32.83
%37.71
%29.46

CMYK color model

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

  • cyan value is 12.95%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 12.16%
CMYK:
(13,0,22,12)
C13M0Y22K12 
(13%,0%,22%,12%)
(0.13/0.00/0.22/0.12)	

CMYK percentages

%12.95
%0
%21.88
%12.16

Codes

Color #C3E0AF in popluar color models

C3E0AF
RGB195224175
HSL96°44.14%78.24%
HSB/HSV96°21.88%87.84%
CMYK12.95%0.00%21.88%
12.16%

Color #C3E0AF in popluar number systems.

HEXC3E0AF
Decimal195224175
Binary110000111110000010101111
Octal303340257

Shades and tints

Shades of #C3E0AF

#C3E0AF
(195,224,175)
#B2CCA0
(178,204,160)
#A1B891
(161,184,145)
#90A482
(144,164,130)
#7F9073
(127,144,115)
#6E7C64
(110,124,100)
#5D6855
(93,104,85)
#4C5446
(76,84,70)
#3B4037
(59,64,55)
#2A2C28
(42,44,40)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #C3E0AF

#C3E0AF
(195,224,175)
#C8E2B6
(200,226,182)
#CDE4BD
(205,228,189)
#D2E6C4
(210,230,196)
#D7E8CB
(215,232,203)
#DCEAD2
(220,234,210)
#E1ECD9
(225,236,217)
#E6EEE0
(230,238,224)
#EBF0E7
(235,240,231)
#F0F2EE
(240,242,238)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E0AF color. Also use rgb(195,224,175) instead hex code.

Text Font Color

.myTextColor { color: #C3E0AF; }

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

This text font color is #C3E0AF.


Background Color

.myBgColor { background-color: #C3E0AF; }

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

This div background color is #C3E0AF.


Border color

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

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

This div border color is #C3E0AF.


Opacity

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

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

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

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

This text has shadow with #C3E0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E0AF on black background.


Color preview on white background

This text has color #C3E0AF on white background.



Black color preview on #C3E0AF background

This text has black color on #C3E0AF background.


White color preview on #C3E0AF background

This text has white color on #C3E0AF background.