COLOR #C6EAD7

HEX: #C6EAD7 RGB: (198,234,215)

Color info

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

RGB color model

#C6EAD7 color RGB value is (198,234,215).

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

RGB channels and saturation

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

198
234
215

R + G + B ~ 85%. #C6EAD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 234 + 215 = 647 (100%)
R 198 of 647 ~ 30.6%
G 234 of 647 ~ 36.17%
B 215 of 647 ~ 33.23'%

%30.6
%36.17
%33.23

CMYK color model

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

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

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

CMYK percentages

%15.38
%0
%8.12
%8.24

Codes

Color #C6EAD7 in popluar color models

C6 EA D7
RGB 198 234 215
HSL 148° 46.15% 84.71%
HSB/HSV 148° 15.38% 91.76%
CMYK 15.38% 0.00% 8.12%
8.24%

Color #C6EAD7 in popluar number systems.

HEX C6 EA D7
Decimal 198 234 215
Binary 11000110 11101010 11010111
Octal 306 352 327

Shades and tints

Shades of #C6EAD7

#C6EAD7
(198,234,215)
#B4D5C4
(180,213,196)
#A2C0B1
(162,192,177)
#90AB9E
(144,171,158)
#7E968B
(126,150,139)
#6C8178
(108,129,120)
#5A6C65
(90,108,101)
#485752
(72,87,82)
#36423F
(54,66,63)
#242D2C
(36,45,44)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #C6EAD7

#C6EAD7
(198,234,215)
#CBEBDA
(203,235,218)
#D0ECDD
(208,236,221)
#D5EDE0
(213,237,224)
#DAEEE3
(218,238,227)
#DFEFE6
(223,239,230)
#E4F0E9
(228,240,233)
#E9F1EC
(233,241,236)
#EEF2EF
(238,242,239)
#F3F3F2
(243,243,242)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EAD7; }

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

This text font color is #C6EAD7.

Background Color

.myBgColor { background-color: #C6EAD7; }

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

This div background color is #C6EAD7.

Border color

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

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

This div border color is #C6EAD7.

Opacity

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

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

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

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

This text has shadow with #C6EAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EAD7.

Preview

Color preview on black background

This text has color #C6EAD7 on black background.


Color preview on white background

This text has color #C6EAD7 on white background.


Black color preview on #C6EAD7 background

This text has black color on #C6EAD7 background.


White color preview on #C6EAD7 background

This text has white color on #C6EAD7 background.


Related colors

Complementary color

Complementary color for #hex is #391528.


I love getcolorcode.com

Triadic colors

1 #D7C6EA and #EAD7C6 with #C6EAD7 are triadic colors.

2 #D7EAC6 and #EAC6D7 with #C6EAD7 are triadic colors.