COLOR #C3E5AA

HEX: #C3E5AA RGB: (195,229,170)

Color info

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

RGB color model

#C3E5AA color RGB value is (195,229,170).

RGB: (195,229,170) (76%, 90%, 67%)

RGB channels and saturation

R 195 of 255 = 76%
G 229 of 255 = 90%
B 170 of 255 = 67%

195
229
170

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

Portions of RGB colors in percentages

R + G + B = 195 + 229 + 170 = 594 (100%)
R 195 of 594 ~ 32.83%
G 229 of 594 ~ 38.55%
B 170 of 594 ~ 28.62'%

%32.83
%38.55
%28.62

CMYK color model

#C3E5AA color CMYK value is (15,0,26,10).

  • cyan value is 14.85%
  • magenta value is 0.00%
  • yellow value is 25.76%
  • key color value is 10.20%

CMYK: (15,0,26,10)
C15M0Y26K10 (15%, 0%, 26%, 10%)
(0.15 / 0.00 / 0.26 / 0.10)

CMYK percentages

%14.85
%0
%25.76
%10.2

Codes

Color #C3E5AA in popluar color models

C3 E5 AA
RGB 195 229 170
HSL 95° 53.15% 78.24%
HSB/HSV 95° 25.76% 89.80%
CMYK 14.85% 0.00% 25.76%
10.20%

Color #C3E5AA in popluar number systems.

HEX C3 E5 AA
Decimal 195 229 170
Binary 11000011 11100101 10101010
Octal 303 345 252

Shades and tints

Shades of #C3E5AA

#C3E5AA
(195,229,170)
#B2D19B
(178,209,155)
#A1BD8C
(161,189,140)
#90A97D
(144,169,125)
#7F956E
(127,149,110)
#6E815F
(110,129,95)
#5D6D50
(93,109,80)
#4C5941
(76,89,65)
#3B4532
(59,69,50)
#2A3123
(42,49,35)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #C3E5AA

#C3E5AA
(195,229,170)
#C8E7B1
(200,231,177)
#CDE9B8
(205,233,184)
#D2EBBF
(210,235,191)
#D7EDC6
(215,237,198)
#DCEFCD
(220,239,205)
#E1F1D4
(225,241,212)
#E6F3DB
(230,243,219)
#EBF5E2
(235,245,226)
#F0F7E9
(240,247,233)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E5AA color. Also use rgb(195,229,170) instead hex code.

Text Font Color

.myTextColor { color: #C3E5AA; }

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

This text font color is #C3E5AA.

Background Color

.myBgColor { background-color: #C3E5AA; }

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

This div background color is #C3E5AA.

Border color

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

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

This div border color is #C3E5AA.

Opacity

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

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

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

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

This text has shadow with #C3E5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3E5AA.

Preview

Color preview on black background

This text has color #C3E5AA on black background.


Color preview on white background

This text has color #C3E5AA on white background.


Black color preview on #C3E5AA background

This text has black color on #C3E5AA background.


White color preview on #C3E5AA background

This text has white color on #C3E5AA background.


Related colors

Complementary color

Complementary color for #hex is #3C1A55.


I love getcolorcode.com

Triadic colors

1 #AAC3E5 and #E5AAC3 with #C3E5AA are triadic colors.

2 #AAE5C3 and #E5C3AA with #C3E5AA are triadic colors.