COLOR #C6EACD

HEX: #C6EACD
RGB: (198,234,205)

Color info

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

RGB color model

#C6EACD color RGB value is (198,234,205).

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

RGB channels and saturation

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

198
234
205

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

Portions of RGB colors in percentages

R + G + B =
198 + 234 + 205 = 637 (100%)
R 198 of 637 ~ 31.08%
G 234 of 637 ~ 36.73%
B 205 of 637 ~ 32.18%

%31.08
%36.73
%32.18

CMYK color model

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

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • key color value is 8.24%
CMYK:
(15,0,12,8)
C15M0Y12K8 
(15%,0%,12%,8%)
(0.15/0.00/0.12/0.08)	

CMYK percentages

%15.38
%0
%12.39
%8.24

Codes

Color #C6EACD in popluar color models

C6EACD
RGB198234205
HSL132°46.15%84.71%
HSB/HSV132°15.38%91.76%
CMYK15.38%0.00%12.39%
8.24%

Color #C6EACD in popluar number systems.

HEXC6EACD
Decimal198234205
Binary110001101110101011001101
Octal306352315

Shades and tints

Shades of #C6EACD

#C6EACD
(198,234,205)
#B4D5BB
(180,213,187)
#A2C0A9
(162,192,169)
#90AB97
(144,171,151)
#7E9685
(126,150,133)
#6C8173
(108,129,115)
#5A6C61
(90,108,97)
#48574F
(72,87,79)
#36423D
(54,66,61)
#242D2B
(36,45,43)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #C6EACD

#C6EACD
(198,234,205)
#CBEBD1
(203,235,209)
#D0ECD5
(208,236,213)
#D5EDD9
(213,237,217)
#DAEEDD
(218,238,221)
#DFEFE1
(223,239,225)
#E4F0E5
(228,240,229)
#E9F1E9
(233,241,233)
#EEF2ED
(238,242,237)
#F3F3F1
(243,243,241)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EACD; }

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

This text font color is #C6EACD.


Background Color

.myBgColor { background-color: #C6EACD; }

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

This div background color is #C6EACD.


Border color

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

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

This div border color is #C6EACD.


Opacity

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

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

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

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

This text has shadow with #C6EACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EACD on black background.


Color preview on white background

This text has color #C6EACD on white background.



Black color preview on #C6EACD background

This text has black color on #C6EACD background.


White color preview on #C6EACD background

This text has white color on #C6EACD background.