COLOR #C6E1EA

HEX: #C6E1EA RGB: (198,225,234)

Color info

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

RGB color model

#C6E1EA color RGB value is (198,225,234).

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

RGB channels and saturation

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

198
225
234

R + G + B ~ 86%. #C6E1EA is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 225 + 234 = 657 (100%)
R 198 of 657 ~ 30.14%
G 225 of 657 ~ 34.25%
B 234 of 657 ~ 35.62'%

%30.14
%34.25
%35.62

CMYK color model

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

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

CMYK: (15,4,0,8)
C15M4Y0K8 (15%, 4%, 0%, 8%)
(0.15 / 0.04 / 0.00 / 0.08)

CMYK percentages

%15.38
%3.85
%0
%8.24

Codes

Color #C6E1EA in popluar color models

C6 E1 EA
RGB 198 225 234
HSL 195° 46.15% 84.71%
HSB/HSV 195° 15.38% 91.76%
CMYK 15.38% 3.85% 0.00%
8.24%

Color #C6E1EA in popluar number systems.

HEX C6 E1 EA
Decimal 198 225 234
Binary 11000110 11100001 11101010
Octal 306 341 352

Shades and tints

Shades of #C6E1EA

#C6E1EA
(198,225,234)
#B4CDD5
(180,205,213)
#A2B9C0
(162,185,192)
#90A5AB
(144,165,171)
#7E9196
(126,145,150)
#6C7D81
(108,125,129)
#5A696C
(90,105,108)
#485557
(72,85,87)
#364142
(54,65,66)
#242D2D
(36,45,45)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #C6E1EA

#C6E1EA
(198,225,234)
#CBE3EB
(203,227,235)
#D0E5EC
(208,229,236)
#D5E7ED
(213,231,237)
#DAE9EE
(218,233,238)
#DFEBEF
(223,235,239)
#E4EDF0
(228,237,240)
#E9EFF1
(233,239,241)
#EEF1F2
(238,241,242)
#F3F3F3
(243,243,243)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E1EA; }

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

This text font color is #C6E1EA.

Background Color

.myBgColor { background-color: #C6E1EA; }

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

This div background color is #C6E1EA.

Border color

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

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

This div border color is #C6E1EA.

Opacity

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

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

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

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

This text has shadow with #C6E1EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E1EA.

Preview

Color preview on black background

This text has color #C6E1EA on black background.


Color preview on white background

This text has color #C6E1EA on white background.


Black color preview on #C6E1EA background

This text has black color on #C6E1EA background.


White color preview on #C6E1EA background

This text has white color on #C6E1EA background.


Related colors

Complementary color

Complementary color for #hex is #391E15.


I love getcolorcode.com

Triadic colors

1 #EAC6E1 and #E1EAC6 with #C6E1EA are triadic colors.

2 #EAE1C6 and #E1C6EA with #C6E1EA are triadic colors.