COLOR #C6EAC4

HEX: #C6EAC4
RGB: (198,234,196)

Color info

#C6EAC4 contains red, green and blue colors in about the same proportion. Web safe color of #C6EAC4 is #CCFFCC (or #CFC).

RGB color model

#C6EAC4 color RGB value is (198,234,196).

  • red value is 198;
  • green value is 234;
  • blue value is 196.
RGB:
(198,234,196)
(78%,92%,77%)

RGB channels and saturation

R 198 of 255 = 78%
G 234 of 255 = 92%
B 196 of 255 = 77%

198
234
196

R + G + B ~ 82%. #C6EAC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 234 + 196 = 628 (100%)
R 198 of 628 ~ 31.53%
G 234 of 628 ~ 37.26%
B 196 of 628 ~ 31.21%

%31.53
%37.26
%31.21

CMYK color model

#C6EAC4 color CMYK value is (15,0,16,8).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 16.24%
  • key color value is 8.24%
CMYK:
(15,0,16,8)
C15M0Y16K8 
(15%,0%,16%,8%)
(0.15/0.00/0.16/0.08)	

CMYK percentages

%15.38
%0
%16.24
%8.24

Codes

Color #C6EAC4 in popluar color models

C6EAC4
RGB198234196
HSL117°47.50%84.31%
HSB/HSV117°16.24%91.76%
CMYK15.38%0.00%16.24%
8.24%

Color #C6EAC4 in popluar number systems.

HEXC6EAC4
Decimal198234196
Binary110001101110101011000100
Octal306352304

Shades and tints

Shades of #C6EAC4

#C6EAC4
(198,234,196)
#B4D5B3
(180,213,179)
#A2C0A2
(162,192,162)
#90AB91
(144,171,145)
#7E9680
(126,150,128)
#6C816F
(108,129,111)
#5A6C5E
(90,108,94)
#48574D
(72,87,77)
#36423C
(54,66,60)
#242D2B
(36,45,43)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #C6EAC4

#C6EAC4
(198,234,196)
#CBEBC9
(203,235,201)
#D0ECCE
(208,236,206)
#D5EDD3
(213,237,211)
#DAEED8
(218,238,216)
#DFEFDD
(223,239,221)
#E4F0E2
(228,240,226)
#E9F1E7
(233,241,231)
#EEF2EC
(238,242,236)
#F3F3F1
(243,243,241)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6EAC4 color. Also use rgb(198,234,196) instead hex code.

Text Font Color

.myTextColor { color: #C6EAC4; }

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

This text font color is #C6EAC4.


Background Color

.myBgColor { background-color: #C6EAC4; }

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

This div background color is #C6EAC4.


Border color

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

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

This div border color is #C6EAC4.


Opacity

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

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

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

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

This text has shadow with #C6EAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EAC4 on black background.


Color preview on white background

This text has color #C6EAC4 on white background.



Black color preview on #C6EAC4 background

This text has black color on #C6EAC4 background.


White color preview on #C6EAC4 background

This text has white color on #C6EAC4 background.