COLOR #C3EBAA

HEX: #C3EBAA
RGB: (195,235,170)

Color info

#C3EBAA contains mainly red and green colors. Web safe color of #C3EBAA is #CCFF99 (or #CF9).

RGB color model

#C3EBAA color RGB value is (195,235,170).

  • red value is 195;
  • green value is 235;
  • blue value is 170.
RGB:
(195,235,170)
(76%,92%,67%)

RGB channels and saturation

R 195 of 255 = 76%
G 235 of 255 = 92%
B 170 of 255 = 67%

195
235
170

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

Portions of RGB colors in percentages

R + G + B =
195 + 235 + 170 = 600 (100%)
R 195 of 600 ~ 32.5%
G 235 of 600 ~ 39.17%
B 170 of 600 ~ 28.33%

%32.5
%39.17
%28.33

CMYK color model

#C3EBAA color CMYK value is (17,0,28,8).

  • cyan value is 17.02%
  • magenta value is 0.00%
  • yellow value is 27.66%
  • key color value is 7.84%
CMYK:
(17,0,28,8)
C17M0Y28K8 
(17%,0%,28%,8%)
(0.17/0.00/0.28/0.08)	

CMYK percentages

%17.02
%0
%27.66
%7.84

Codes

Color #C3EBAA in popluar color models

C3EBAA
RGB195235170
HSL97°61.90%79.41%
HSB/HSV97°27.66%92.16%
CMYK17.02%0.00%27.66%
7.84%

Color #C3EBAA in popluar number systems.

HEXC3EBAA
Decimal195235170
Binary110000111110101110101010
Octal303353252

Shades and tints

Shades of #C3EBAA

#C3EBAA
(195,235,170)
#B2D69B
(178,214,155)
#A1C18C
(161,193,140)
#90AC7D
(144,172,125)
#7F976E
(127,151,110)
#6E825F
(110,130,95)
#5D6D50
(93,109,80)
#4C5841
(76,88,65)
#3B4332
(59,67,50)
#2A2E23
(42,46,35)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #C3EBAA

#C3EBAA
(195,235,170)
#C8ECB1
(200,236,177)
#CDEDB8
(205,237,184)
#D2EEBF
(210,238,191)
#D7EFC6
(215,239,198)
#DCF0CD
(220,240,205)
#E1F1D4
(225,241,212)
#E6F2DB
(230,242,219)
#EBF3E2
(235,243,226)
#F0F4E9
(240,244,233)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EBAA; }

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

This text font color is #C3EBAA.


Background Color

.myBgColor { background-color: #C3EBAA; }

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

This div background color is #C3EBAA.


Border color

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

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

This div border color is #C3EBAA.


Opacity

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

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

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

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

This text has shadow with #C3EBAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3EBAA on black background.


Color preview on white background

This text has color #C3EBAA on white background.



Black color preview on #C3EBAA background

This text has black color on #C3EBAA background.


White color preview on #C3EBAA background

This text has white color on #C3EBAA background.