COLOR #C6E5BD

HEX: #C6E5BD
RGB: (198,229,189)

Renk bilgisi

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

RGB renk modeli

#C6E5BD color RGB value is (198,229,189).

  • kırmız ton 198;
  • yeşil ton 229;
  • mavi ton 189.
RGB:
(198,229,189)
(78%,90%,74%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 229 of 255 = 90%
B 189 of 255 = 74%

198
229
189

R + G + B ~ 81%. #C6E5BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 229 + 189 = 616 (100%)
R 198 of 616 ~ 32.14%
G 229 of 616 ~ 37.18%
B 189 of 616 ~ 30.68%

%32.14
%37.18
%30.68

CMYK RENK MODELİ

#C6E5BD rengi CMYK tonu (14,0,17,10).

  • camgöbeği tonu 13.54%
  • eflatun tonu 0.00%
  • sarı tonu 17.47%
  • ana renk tonu 10.20%
CMYK:
(14,0,17,10)
C14M0Y17K10 
(14%,0%,17%,10%)
(0.14/0.00/0.17/0.10)	

CMYK yüzdeleri

%13.54
%0
%17.47
%10.2

Codes

Color #C6E5BD in popluar color models

C6E5BD
RGB198229189
HSL107°43.48%81.96%
HSB/HSV107°17.47%89.80%
CMYK13.54%0.00%17.47%
10.20%

Color #C6E5BD in popluar number systems.

HEXC6E5BD
Decimal198229189
Binary110001101110010110111101
Octal306345275

Shades and tints

Shades of #C6E5BD

#C6E5BD
(198,229,189)
#B4D1AC
(180,209,172)
#A2BD9B
(162,189,155)
#90A98A
(144,169,138)
#7E9579
(126,149,121)
#6C8168
(108,129,104)
#5A6D57
(90,109,87)
#485946
(72,89,70)
#364535
(54,69,53)
#243124
(36,49,36)
#121D13
(18,29,19)
#000000
(0,0,0)

Tints of #C6E5BD

#C6E5BD
(198,229,189)
#CBE7C3
(203,231,195)
#D0E9C9
(208,233,201)
#D5EBCF
(213,235,207)
#DAEDD5
(218,237,213)
#DFEFDB
(223,239,219)
#E4F1E1
(228,241,225)
#E9F3E7
(233,243,231)
#EEF5ED
(238,245,237)
#F3F7F3
(243,247,243)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E5BD color. Also use rgb(198,229,189) instead hex code.

Text Font Color

.myTextColor { color: #C6E5BD; }

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

This text font color is #C6E5BD.


Background Color

.myBgColor { background-color: #C6E5BD; }

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

This div background color is #C6E5BD.


Border color

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

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

This div border color is #C6E5BD.


Opacity

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

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

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

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

This text has shadow with #C6E5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E5BD on black background.


Color preview on white background

This text has color #C6E5BD on white background.



Black color preview on #C6E5BD background

This text has black color on #C6E5BD background.


White color preview on #C6E5BD background

This text has white color on #C6E5BD background.