COLOR #C6E6BE

HEX: #C6E6BE
RGB: (198,230,190)

Renk bilgisi

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

RGB renk modeli

#C6E6BE color RGB value is (198,230,190).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 230 of 255 = 90%
B 190 of 255 = 75%

198
230
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 230 + 190 = 618 (100%)
R 198 of 618 ~ 32.04%
G 230 of 618 ~ 37.22%
B 190 of 618 ~ 30.74%

%32.04
%37.22
%30.74

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%13.91
%0
%17.39
%9.8

Codes

Color #C6E6BE in popluar color models

C6E6BE
RGB198230190
HSL108°44.44%82.35%
HSB/HSV108°17.39%90.20%
CMYK13.91%0.00%17.39%
9.80%

Color #C6E6BE in popluar number systems.

HEXC6E6BE
Decimal198230190
Binary110001101110011010111110
Octal306346276

Shades and tints

Shades of #C6E6BE

#C6E6BE
(198,230,190)
#B4D2AD
(180,210,173)
#A2BE9C
(162,190,156)
#90AA8B
(144,170,139)
#7E967A
(126,150,122)
#6C8269
(108,130,105)
#5A6E58
(90,110,88)
#485A47
(72,90,71)
#364636
(54,70,54)
#243225
(36,50,37)
#121E14
(18,30,20)
#000000
(0,0,0)

Tints of #C6E6BE

#C6E6BE
(198,230,190)
#CBE8C3
(203,232,195)
#D0EAC8
(208,234,200)
#D5ECCD
(213,236,205)
#DAEED2
(218,238,210)
#DFF0D7
(223,240,215)
#E4F2DC
(228,242,220)
#E9F4E1
(233,244,225)
#EEF6E6
(238,246,230)
#F3F8EB
(243,248,235)
#F8FAF0
(248,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E6BE color. Also use rgb(198,230,190) instead hex code.

Text Font Color

.myTextColor { color: #C6E6BE; }

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

This text font color is #C6E6BE.


Background Color

.myBgColor { background-color: #C6E6BE; }

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

This div background color is #C6E6BE.


Border color

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

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

This div border color is #C6E6BE.


Opacity

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

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

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

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

This text has shadow with #C6E6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E6BE on black background.


Color preview on white background

This text has color #C6E6BE on white background.



Black color preview on #C6E6BE background

This text has black color on #C6E6BE background.


White color preview on #C6E6BE background

This text has white color on #C6E6BE background.