COLOR #C6EAC6

HEX: #C6EAC6 RGB: (198,234,198)

Color info

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

RGB color model

#C6EAC6 color RGB value is (198,234,198).

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

RGB channels and saturation

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

198
234
198

R + G + B ~ 83%. #C6EAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 234 + 198 = 630 (100%)
R 198 of 630 ~ 31.43%
G 234 of 630 ~ 37.14%
B 198 of 630 ~ 31.43'%

%31.43
%37.14
%31.43

CMYK color model

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

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

CMYK: (15,0,15,8)
C15M0Y15K8 (15%, 0%, 15%, 8%)
(0.15 / 0.00 / 0.15 / 0.08)

CMYK percentages

%15.38
%0
%15.38
%8.24

Codes

Color #C6EAC6 in popluar color models

C6 EA C6
RGB 198 234 198
HSL 120° 46.15% 84.71%
HSB/HSV 120° 15.38% 91.76%
CMYK 15.38% 0.00% 15.38%
8.24%

Color #C6EAC6 in popluar number systems.

HEX C6 EA C6
Decimal 198 234 198
Binary 11000110 11101010 11000110
Octal 306 352 306

Shades and tints

Shades of #C6EAC6

#C6EAC6
(198,234,198)
#B4D5B4
(180,213,180)
#A2C0A2
(162,192,162)
#90AB90
(144,171,144)
#7E967E
(126,150,126)
#6C816C
(108,129,108)
#5A6C5A
(90,108,90)
#485748
(72,87,72)
#364236
(54,66,54)
#242D24
(36,45,36)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #C6EAC6

#C6EAC6
(198,234,198)
#CBEBCB
(203,235,203)
#D0ECD0
(208,236,208)
#D5EDD5
(213,237,213)
#DAEEDA
(218,238,218)
#DFEFDF
(223,239,223)
#E4F0E4
(228,240,228)
#E9F1E9
(233,241,233)
#EEF2EE
(238,242,238)
#F3F3F3
(243,243,243)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EAC6; }

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

This text font color is #C6EAC6.

Background Color

.myBgColor { background-color: #C6EAC6; }

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

This div background color is #C6EAC6.

Border color

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

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

This div border color is #C6EAC6.

Opacity

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

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

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

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

This text has shadow with #C6EAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EAC6.

Preview

Color preview on black background

This text has color #C6EAC6 on black background.


Color preview on white background

This text has color #C6EAC6 on white background.


Black color preview on #C6EAC6 background

This text has black color on #C6EAC6 background.


White color preview on #C6EAC6 background

This text has white color on #C6EAC6 background.


Related colors

Complementary color

Complementary color for #hex is #391539.


I love getcolorcode.com

Triadic colors

1 #C6C6EA and #EAC6C6 with #C6EAC6 are triadic colors.

2 #C6EAC6 and #EAC6C6 with #C6EAC6 are triadic colors.