COLOR #C6EDCB

HEX: #C6EDCB RGB: (198,237,203)

Color info

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

RGB color model

#C6EDCB color RGB value is (198,237,203).

RGB: (198,237,203) (78%, 93%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 237 of 255 = 93%
B 203 of 255 = 80%

198
237
203

R + G + B ~ 84%. #C6EDCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 237 + 203 = 638 (100%)
R 198 of 638 ~ 31.03%
G 237 of 638 ~ 37.15%
B 203 of 638 ~ 31.82'%

%31.03
%37.15
%31.82

CMYK color model

#C6EDCB color CMYK value is (16,0,14,7).

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

CMYK: (16,0,14,7)
C16M0Y14K7 (16%, 0%, 14%, 7%)
(0.16 / 0.00 / 0.14 / 0.07)

CMYK percentages

%16.46
%0
%14.35
%7.06

Codes

Color #C6EDCB in popluar color models

C6 ED CB
RGB 198 237 203
HSL 128° 52.00% 85.29%
HSB/HSV 128° 16.46% 92.94%
CMYK 16.46% 0.00% 14.35%
7.06%

Color #C6EDCB in popluar number systems.

HEX C6 ED CB
Decimal 198 237 203
Binary 11000110 11101101 11001011
Octal 306 355 313

Shades and tints

Shades of #C6EDCB

#C6EDCB
(198,237,203)
#B4D8B9
(180,216,185)
#A2C3A7
(162,195,167)
#90AE95
(144,174,149)
#7E9983
(126,153,131)
#6C8471
(108,132,113)
#5A6F5F
(90,111,95)
#485A4D
(72,90,77)
#36453B
(54,69,59)
#243029
(36,48,41)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #C6EDCB

#C6EDCB
(198,237,203)
#CBEECF
(203,238,207)
#D0EFD3
(208,239,211)
#D5F0D7
(213,240,215)
#DAF1DB
(218,241,219)
#DFF2DF
(223,242,223)
#E4F3E3
(228,243,227)
#E9F4E7
(233,244,231)
#EEF5EB
(238,245,235)
#F3F6EF
(243,246,239)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EDCB; }

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

This text font color is #C6EDCB.

Background Color

.myBgColor { background-color: #C6EDCB; }

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

This div background color is #C6EDCB.

Border color

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

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

This div border color is #C6EDCB.

Opacity

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

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

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

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

This text has shadow with #C6EDCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EDCB.

Preview

Color preview on black background

This text has color #C6EDCB on black background.


Color preview on white background

This text has color #C6EDCB on white background.


Black color preview on #C6EDCB background

This text has black color on #C6EDCB background.


White color preview on #C6EDCB background

This text has white color on #C6EDCB background.


Related colors

Complementary color

Complementary color for #hex is #391234.


I love getcolorcode.com

Triadic colors

1 #CBC6ED and #EDCBC6 with #C6EDCB are triadic colors.

2 #CBEDC6 and #EDC6CB with #C6EDCB are triadic colors.