COLOR #C6EABC

HEX: #C6EABC RGB: (198,234,188)

Color info

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

RGB color model

#C6EABC color RGB value is (198,234,188).

RGB: (198,234,188) (78%, 92%, 74%)

RGB channels and saturation

R 198 of 255 = 78%
G 234 of 255 = 92%
B 188 of 255 = 74%

198
234
188

R + G + B ~ 81%. #C6EABC is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 234 + 188 = 620 (100%)
R 198 of 620 ~ 31.94%
G 234 of 620 ~ 37.74%
B 188 of 620 ~ 30.32'%

%31.94
%37.74
%30.32

CMYK color model

#C6EABC color CMYK value is (15,0,20,8).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 19.66%
  • key color value is 8.24%

CMYK: (15,0,20,8)
C15M0Y20K8 (15%, 0%, 20%, 8%)
(0.15 / 0.00 / 0.20 / 0.08)

CMYK percentages

%15.38
%0
%19.66
%8.24

Codes

Color #C6EABC in popluar color models

C6 EA BC
RGB 198 234 188
HSL 107° 52.27% 82.75%
HSB/HSV 107° 19.66% 91.76%
CMYK 15.38% 0.00% 19.66%
8.24%

Color #C6EABC in popluar number systems.

HEX C6 EA BC
Decimal 198 234 188
Binary 11000110 11101010 10111100
Octal 306 352 274

Shades and tints

Shades of #C6EABC

#C6EABC
(198,234,188)
#B4D5AB
(180,213,171)
#A2C09A
(162,192,154)
#90AB89
(144,171,137)
#7E9678
(126,150,120)
#6C8167
(108,129,103)
#5A6C56
(90,108,86)
#485745
(72,87,69)
#364234
(54,66,52)
#242D23
(36,45,35)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #C6EABC

#C6EABC
(198,234,188)
#CBEBC2
(203,235,194)
#D0ECC8
(208,236,200)
#D5EDCE
(213,237,206)
#DAEED4
(218,238,212)
#DFEFDA
(223,239,218)
#E4F0E0
(228,240,224)
#E9F1E6
(233,241,230)
#EEF2EC
(238,242,236)
#F3F3F2
(243,243,242)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EABC; }

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

This text font color is #C6EABC.

Background Color

.myBgColor { background-color: #C6EABC; }

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

This div background color is #C6EABC.

Border color

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

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

This div border color is #C6EABC.

Opacity

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

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

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

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

This text has shadow with #C6EABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EABC.

Preview

Color preview on black background

This text has color #C6EABC on black background.


Color preview on white background

This text has color #C6EABC on white background.


Black color preview on #C6EABC background

This text has black color on #C6EABC background.


White color preview on #C6EABC background

This text has white color on #C6EABC background.


Related colors

Complementary color

Complementary color for #hex is #391543.


I love getcolorcode.com

Triadic colors

1 #BCC6EA and #EABCC6 with #C6EABC are triadic colors.

2 #BCEAC6 and #EAC6BC with #C6EABC are triadic colors.