COLOR #C4E6B9

HEX: #C4E6B9
RGB: (196,230,185)

Renk bilgisi

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

RGB renk modeli

#C4E6B9 color RGB value is (196,230,185).

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

RGB bağlantıları ve doygunluk

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

196
230
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 230 + 185 = 611 (100%)
R 196 of 611 ~ 32.08%
G 230 of 611 ~ 37.64%
B 185 of 611 ~ 30.28%

%32.08
%37.64
%30.28

CMYK RENK MODELİ

#C4E6B9 rengi CMYK tonu (15,0,20,10).

  • camgöbeği tonu 14.78%
  • eflatun tonu 0.00%
  • sarı tonu 19.57%
  • ana renk tonu 9.80%
CMYK:
(15,0,20,10)
C15M0Y20K10 
(15%,0%,20%,10%)
(0.15/0.00/0.20/0.10)	

CMYK yüzdeleri

%14.78
%0
%19.57
%9.8

Codes

Color #C4E6B9 in popluar color models

C4E6B9
RGB196230185
HSL105°47.37%81.37%
HSB/HSV105°19.57%90.20%
CMYK14.78%0.00%19.57%
9.80%

Color #C4E6B9 in popluar number systems.

HEXC4E6B9
Decimal196230185
Binary110001001110011010111001
Octal304346271

Shades and tints

Shades of #C4E6B9

#C4E6B9
(196,230,185)
#B3D2A9
(179,210,169)
#A2BE99
(162,190,153)
#91AA89
(145,170,137)
#809679
(128,150,121)
#6F8269
(111,130,105)
#5E6E59
(94,110,89)
#4D5A49
(77,90,73)
#3C4639
(60,70,57)
#2B3229
(43,50,41)
#1A1E19
(26,30,25)
#000000
(0,0,0)

Tints of #C4E6B9

#C4E6B9
(196,230,185)
#C9E8BF
(201,232,191)
#CEEAC5
(206,234,197)
#D3ECCB
(211,236,203)
#D8EED1
(216,238,209)
#DDF0D7
(221,240,215)
#E2F2DD
(226,242,221)
#E7F4E3
(231,244,227)
#ECF6E9
(236,246,233)
#F1F8EF
(241,248,239)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E6B9; }

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

This text font color is #C4E6B9.


Background Color

.myBgColor { background-color: #C4E6B9; }

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

This div background color is #C4E6B9.


Border color

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

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

This div border color is #C4E6B9.


Opacity

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

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

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

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

This text has shadow with #C4E6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E6B9 on black background.


Color preview on white background

This text has color #C4E6B9 on white background.



Black color preview on #C4E6B9 background

This text has black color on #C4E6B9 background.


White color preview on #C4E6B9 background

This text has white color on #C4E6B9 background.