COLOR #C4E6BB

HEX: #C4E6BB
RGB: (196,230,187)

Renk bilgisi

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

RGB renk modeli

#C4E6BB color RGB value is (196,230,187).

  • kırmız ton 196;
  • yeşil ton 230;
  • mavi ton 187.
RGB:
(196,230,187)
(77%,90%,73%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 230 of 255 = 90%
B 187 of 255 = 73%

196
230
187

R + G + B ~ 80%. #C4E6BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 230 + 187 = 613 (100%)
R 196 of 613 ~ 31.97%
G 230 of 613 ~ 37.52%
B 187 of 613 ~ 30.51%

%31.97
%37.52
%30.51

CMYK RENK MODELİ

#C4E6BB rengi CMYK tonu (15,0,19,10).

  • camgöbeği tonu 14.78%
  • eflatun tonu 0.00%
  • sarı tonu 18.70%
  • ana renk tonu 9.80%
CMYK:
(15,0,19,10)
C15M0Y19K10 
(15%,0%,19%,10%)
(0.15/0.00/0.19/0.10)	

CMYK yüzdeleri

%14.78
%0
%18.7
%9.8

Codes

Color #C4E6BB in popluar color models

C4E6BB
RGB196230187
HSL107°46.24%81.76%
HSB/HSV107°18.70%90.20%
CMYK14.78%0.00%18.70%
9.80%

Color #C4E6BB in popluar number systems.

HEXC4E6BB
Decimal196230187
Binary110001001110011010111011
Octal304346273

Shades and tints

Shades of #C4E6BB

#C4E6BB
(196,230,187)
#B3D2AA
(179,210,170)
#A2BE99
(162,190,153)
#91AA88
(145,170,136)
#809677
(128,150,119)
#6F8266
(111,130,102)
#5E6E55
(94,110,85)
#4D5A44
(77,90,68)
#3C4633
(60,70,51)
#2B3222
(43,50,34)
#1A1E11
(26,30,17)
#000000
(0,0,0)

Tints of #C4E6BB

#C4E6BB
(196,230,187)
#C9E8C1
(201,232,193)
#CEEAC7
(206,234,199)
#D3ECCD
(211,236,205)
#D8EED3
(216,238,211)
#DDF0D9
(221,240,217)
#E2F2DF
(226,242,223)
#E7F4E5
(231,244,229)
#ECF6EB
(236,246,235)
#F1F8F1
(241,248,241)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E6BB color. Also use rgb(196,230,187) instead hex code.

Text Font Color

.myTextColor { color: #C4E6BB; }

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

This text font color is #C4E6BB.


Background Color

.myBgColor { background-color: #C4E6BB; }

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

This div background color is #C4E6BB.


Border color

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

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

This div border color is #C4E6BB.


Opacity

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

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

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

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

This text has shadow with #C4E6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E6BB on black background.


Color preview on white background

This text has color #C4E6BB on white background.



Black color preview on #C4E6BB background

This text has black color on #C4E6BB background.


White color preview on #C4E6BB background

This text has white color on #C4E6BB background.