COLOR #C6E2E9

HEX: #C6E2E9 RGB: (198,226,233)

Color info

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

RGB color model

#C6E2E9 color RGB value is (198,226,233).

RGB: (198,226,233) (78%, 89%, 91%)

RGB channels and saturation

R 198 of 255 = 78%
G 226 of 255 = 89%
B 233 of 255 = 91%

198
226
233

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

Portions of RGB colors in percentages

R + G + B = 198 + 226 + 233 = 657 (100%)
R 198 of 657 ~ 30.14%
G 226 of 657 ~ 34.4%
B 233 of 657 ~ 35.46'%

%30.14
%34.4
%35.46

CMYK color model

#C6E2E9 color CMYK value is (15,3,0,9).

  • cyan value is 15.02%
  • magenta value is 3.00%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (15,3,0,9) C15M3Y0K9 (15%,3%,0%,9%) (0.15/0.03/0.00/0.09) 

CMYK percentages

%15.02
%3
%0
%8.63

Codes

Color #C6E2E9 in popluar color models

C6 E2 E9
RGB 198 226 233
HSL 192° 44.30% 84.51%
HSB/HSV 192° 15.02% 91.37%
CMYK 15.02% 3.00% 0.00%
8.63%

Color #C6E2E9 in popluar number systems.

HEX C6 E2 E9
Decimal 198 226 233
Binary 11000110 11100010 11101001
Octal 306 342 351

Shades and tints

Shades of #C6E2E9

#C6E2E9
(198,226,233)
#B4CED4
(180,206,212)
#A2BABF
(162,186,191)
#90A6AA
(144,166,170)
#7E9295
(126,146,149)
#6C7E80
(108,126,128)
#5A6A6B
(90,106,107)
#485656
(72,86,86)
#364241
(54,66,65)
#242E2C
(36,46,44)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #C6E2E9

#C6E2E9
(198,226,233)
#CBE4EB
(203,228,235)
#D0E6ED
(208,230,237)
#D5E8EF
(213,232,239)
#DAEAF1
(218,234,241)
#DFECF3
(223,236,243)
#E4EEF5
(228,238,245)
#E9F0F7
(233,240,247)
#EEF2F9
(238,242,249)
#F3F4FB
(243,244,251)
#F8F6FD
(248,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E2E9; }

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

This text font color is #C6E2E9.

Background Color

.myBgColor { background-color: #C6E2E9; }

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

This div background color is #C6E2E9.

Border color

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

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

This div border color is #C6E2E9.

Opacity

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

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

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

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

This text has shadow with #C6E2E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E2E9.

Preview

Color preview on black background

This text has color #C6E2E9 on black background.


Color preview on white background

This text has color #C6E2E9 on white background.


Black color preview on #C6E2E9 background

This text has black color on #C6E2E9 background.


White color preview on #C6E2E9 background

This text has white color on #C6E2E9 background.


Related colors

Complementary color

Complementary color for #hex is #391D16.


I love getcolorcode.com

Triadic colors

1 #E9C6E2 and #E2E9C6 with #C6E2E9 are triadic colors.

2 #E9E2C6 and #E2C6E9 with #C6E2E9 are triadic colors.