COLOR #C6EFE7

HEX: #C6EFE7 RGB: (198,239,231)

Color info

#C6EFE7 contains red, green and blue colors in about the same proportion. Web safe color of #C6EFE7 is #CCFFFF (or #CFF).

RGB color model

#C6EFE7 color RGB value is (198,239,231).

RGB: (198,239,231) (78%, 94%, 91%)

RGB channels and saturation

R 198 of 255 = 78%
G 239 of 255 = 94%
B 231 of 255 = 91%

198
239
231

R + G + B ~ 88%. #C6EFE7 is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 239 + 231 = 668 (100%)
R 198 of 668 ~ 29.64%
G 239 of 668 ~ 35.78%
B 231 of 668 ~ 34.58'%

%29.64
%35.78
%34.58

CMYK color model

#C6EFE7 color CMYK value is (17,0,3,6).

  • cyan value is 17.15%
  • magenta value is 0.00%
  • yellow value is 3.35%
  • key color value is 6.27%

CMYK: (17,0,3,6)
C17M0Y3K6 (17%, 0%, 3%, 6%)
(0.17 / 0.00 / 0.03 / 0.06)

CMYK percentages

%17.15
%0
%3.35
%6.27

Codes

Color #C6EFE7 in popluar color models

C6 EF E7
RGB 198 239 231
HSL 168° 56.16% 85.69%
HSB/HSV 168° 17.15% 93.73%
CMYK 17.15% 0.00% 3.35%
6.27%

Color #C6EFE7 in popluar number systems.

HEX C6 EF E7
Decimal 198 239 231
Binary 11000110 11101111 11100111
Octal 306 357 347

Shades and tints

Shades of #C6EFE7

#C6EFE7
(198,239,231)
#B4DAD2
(180,218,210)
#A2C5BD
(162,197,189)
#90B0A8
(144,176,168)
#7E9B93
(126,155,147)
#6C867E
(108,134,126)
#5A7169
(90,113,105)
#485C54
(72,92,84)
#36473F
(54,71,63)
#24322A
(36,50,42)
#121D15
(18,29,21)
#000000
(0,0,0)

Tints of #C6EFE7

#C6EFE7
(198,239,231)
#CBF0E9
(203,240,233)
#D0F1EB
(208,241,235)
#D5F2ED
(213,242,237)
#DAF3EF
(218,243,239)
#DFF4F1
(223,244,241)
#E4F5F3
(228,245,243)
#E9F6F5
(233,246,245)
#EEF7F7
(238,247,247)
#F3F8F9
(243,248,249)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6EFE7 color. Also use rgb(198,239,231) instead hex code.

Text Font Color

.myTextColor { color: #C6EFE7; }

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

This text font color is #C6EFE7.

Background Color

.myBgColor { background-color: #C6EFE7; }

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

This div background color is #C6EFE7.

Border color

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

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

This div border color is #C6EFE7.

Opacity

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

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

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

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

This text has shadow with #C6EFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EFE7.

Preview

Color preview on black background

This text has color #C6EFE7 on black background.


Color preview on white background

This text has color #C6EFE7 on white background.


Black color preview on #C6EFE7 background

This text has black color on #C6EFE7 background.


White color preview on #C6EFE7 background

This text has white color on #C6EFE7 background.


Related colors

Complementary color

Complementary color for #hex is #391018.


I love getcolorcode.com

Triadic colors

1 #E7C6EF and #EFE7C6 with #C6EFE7 are triadic colors.

2 #E7EFC6 and #EFC6E7 with #C6EFE7 are triadic colors.