COLOR #C6E4ED

HEX: #C6E4ED RGB: (198,228,237)

Color info

#C6E4ED contains red, green and blue colors in about the same proportion. Web safe color of #C6E4ED is #CCCCFF (or #CCF).

RGB color model

#C6E4ED color RGB value is (198,228,237).

RGB: (198,228,237) (78%, 89%, 93%)

RGB channels and saturation

R 198 of 255 = 78%
G 228 of 255 = 89%
B 237 of 255 = 93%

198
228
237

R + G + B ~ 87%. #C6E4ED is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 228 + 237 = 663 (100%)
R 198 of 663 ~ 29.86%
G 228 of 663 ~ 34.39%
B 237 of 663 ~ 35.75'%

%29.86
%34.39
%35.75

CMYK color model

#C6E4ED color CMYK value is (16,4,0,7).

  • cyan value is 16.46%
  • magenta value is 3.80%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (16,4,0,7)
C16M4Y0K7 (16%, 4%, 0%, 7%)
(0.16 / 0.04 / 0.00 / 0.07)

CMYK percentages

%16.46
%3.8
%0
%7.06

Codes

Color #C6E4ED in popluar color models

C6 E4 ED
RGB 198 228 237
HSL 194° 52.00% 85.29%
HSB/HSV 194° 16.46% 92.94%
CMYK 16.46% 3.80% 0.00%
7.06%

Color #C6E4ED in popluar number systems.

HEX C6 E4 ED
Decimal 198 228 237
Binary 11000110 11100100 11101101
Octal 306 344 355

Shades and tints

Shades of #C6E4ED

#C6E4ED
(198,228,237)
#B4D0D8
(180,208,216)
#A2BCC3
(162,188,195)
#90A8AE
(144,168,174)
#7E9499
(126,148,153)
#6C8084
(108,128,132)
#5A6C6F
(90,108,111)
#48585A
(72,88,90)
#364445
(54,68,69)
#243030
(36,48,48)
#121C1B
(18,28,27)
#000000
(0,0,0)

Tints of #C6E4ED

#C6E4ED
(198,228,237)
#CBE6EE
(203,230,238)
#D0E8EF
(208,232,239)
#D5EAF0
(213,234,240)
#DAECF1
(218,236,241)
#DFEEF2
(223,238,242)
#E4F0F3
(228,240,243)
#E9F2F4
(233,242,244)
#EEF4F5
(238,244,245)
#F3F6F6
(243,246,246)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E4ED; }

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

This text font color is #C6E4ED.

Background Color

.myBgColor { background-color: #C6E4ED; }

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

This div background color is #C6E4ED.

Border color

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

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

This div border color is #C6E4ED.

Opacity

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

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

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

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

This text has shadow with #C6E4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E4ED.

Preview

Color preview on black background

This text has color #C6E4ED on black background.


Color preview on white background

This text has color #C6E4ED on white background.


Black color preview on #C6E4ED background

This text has black color on #C6E4ED background.


White color preview on #C6E4ED background

This text has white color on #C6E4ED background.


Related colors

Complementary color

Complementary color for #hex is #391B12.


I love getcolorcode.com

Triadic colors

1 #EDC6E4 and #E4EDC6 with #C6E4ED are triadic colors.

2 #EDE4C6 and #E4C6ED with #C6E4ED are triadic colors.