COLOR #C6E0B0

HEX: #C6E0B0 RGB: (198,224,176)

Renk bilgisi

#C6E0B0 contains red, green and blue colors in about the same proportion. #C6E0B0 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C6E0B0 color RGB value is (198,224,176).

RGB: (198,224,176) (78%, 88%, 69%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 224 of 255 = 88%
B 176 of 255 = 69%

198
224
176

R + G + B ~ 78%. #C6E0B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 198 + 224 + 176 = 598 (100%)
R 198 of 598 ~ 33.11%
G 224 of 598 ~ 37.46%
B 176 of 598 ~ 29.43'%

%33.11
%37.46
%29.43

CMYK RENK MODELİ

#C6E0B0 rengi CMYK tonu (12,0,21,12).

  • camgöbeği tonu 11.61%
  • eflatun tonu 0.00%
  • sarı tonu 21.43%
  • ana renk tonu 12.16%
CMYK: (12,0,21,12) C12M0Y21K12 (12%,0%,21%,12%) (0.12/0.00/0.21/0.12) 

CMYK yüzdeleri

%11.61
%0
%21.43
%12.16

Codes

Color #C6E0B0 in popluar color models

C6 E0 B0
RGB 198 224 176
HSL 93° 43.64% 78.43%
HSB/HSV 93° 21.43% 87.84%
CMYK 11.61% 0.00% 21.43%
12.16%

Color #C6E0B0 in popluar number systems.

HEX C6 E0 B0
Decimal 198 224 176
Binary 11000110 11100000 10110000
Octal 306 340 260

Shades and tints

Shades of #C6E0B0

#C6E0B0
(198,224,176)
#B4CCA0
(180,204,160)
#A2B890
(162,184,144)
#90A480
(144,164,128)
#7E9070
(126,144,112)
#6C7C60
(108,124,96)
#5A6850
(90,104,80)
#485440
(72,84,64)
#364030
(54,64,48)
#242C20
(36,44,32)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #C6E0B0

#C6E0B0
(198,224,176)
#CBE2B7
(203,226,183)
#D0E4BE
(208,228,190)
#D5E6C5
(213,230,197)
#DAE8CC
(218,232,204)
#DFEAD3
(223,234,211)
#E4ECDA
(228,236,218)
#E9EEE1
(233,238,225)
#EEF0E8
(238,240,232)
#F3F2EF
(243,242,239)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E0B0 color. Also use rgb(198,224,176) instead hex code.

Text Font Color

.myTextColor { color: #C6E0B0; }

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

This text font color is #C6E0B0.

Background Color

.myBgColor { background-color: #C6E0B0; }

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

This div background color is #C6E0B0.

Border color

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

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

This div border color is #C6E0B0.

Opacity

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

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

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

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

This text has shadow with #C6E0B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E0B0.

Preview

Color preview on black background

This text has color #C6E0B0 on black background.


Color preview on white background

This text has color #C6E0B0 on white background.


Black color preview on #C6E0B0 background

This text has black color on #C6E0B0 background.


White color preview on #C6E0B0 background

This text has white color on #C6E0B0 background.


Related colors

Complementary color

Complementary color for #hex is #391F4F.


I love getcolorcode.com

Triadic colors

1 #B0C6E0 and #E0B0C6 with #C6E0B0 are triadic colors.

2 #B0E0C6 and #E0C6B0 with #C6E0B0 are triadic colors.