COLOR #C6E5BF

HEX: #C6E5BF
RGB: (198,229,191)

Renk bilgisi

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

RGB renk modeli

#C6E5BF color RGB value is (198,229,191).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 229 of 255 = 90%
B 191 of 255 = 75%

198
229
191

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 229 + 191 = 618 (100%)
R 198 of 618 ~ 32.04%
G 229 of 618 ~ 37.06%
B 191 of 618 ~ 30.91%

%32.04
%37.06
%30.91

CMYK RENK MODELİ

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

  • camgöbeği tonu 13.54%
  • eflatun tonu 0.00%
  • sarı tonu 16.59%
  • 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
%16.59
%10.2

Codes

Color #C6E5BF in popluar color models

C6E5BF
RGB198229191
HSL109°42.22%82.35%
HSB/HSV109°16.59%89.80%
CMYK13.54%0.00%16.59%
10.20%

Color #C6E5BF in popluar number systems.

HEXC6E5BF
Decimal198229191
Binary110001101110010110111111
Octal306345277

Shades and tints

Shades of #C6E5BF

#C6E5BF
(198,229,191)
#B4D1AE
(180,209,174)
#A2BD9D
(162,189,157)
#90A98C
(144,169,140)
#7E957B
(126,149,123)
#6C816A
(108,129,106)
#5A6D59
(90,109,89)
#485948
(72,89,72)
#364537
(54,69,55)
#243126
(36,49,38)
#121D15
(18,29,21)
#000000
(0,0,0)

Tints of #C6E5BF

#C6E5BF
(198,229,191)
#CBE7C4
(203,231,196)
#D0E9C9
(208,233,201)
#D5EBCE
(213,235,206)
#DAEDD3
(218,237,211)
#DFEFD8
(223,239,216)
#E4F1DD
(228,241,221)
#E9F3E2
(233,243,226)
#EEF5E7
(238,245,231)
#F3F7EC
(243,247,236)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E5BF; }

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

This text font color is #C6E5BF.


Background Color

.myBgColor { background-color: #C6E5BF; }

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

This div background color is #C6E5BF.


Border color

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

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

This div border color is #C6E5BF.


Opacity

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

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

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

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

This text has shadow with #C6E5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E5BF on black background.


Color preview on white background

This text has color #C6E5BF on white background.



Black color preview on #C6E5BF background

This text has black color on #C6E5BF background.


White color preview on #C6E5BF background

This text has white color on #C6E5BF background.