COLOR #C4E6BD

HEX: #C4E6BD
RGB: (196,230,189)

Renk bilgisi

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

RGB renk modeli

#C4E6BD color RGB value is (196,230,189).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 230 of 255 = 90%
B 189 of 255 = 74%

196
230
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 230 + 189 = 615 (100%)
R 196 of 615 ~ 31.87%
G 230 of 615 ~ 37.4%
B 189 of 615 ~ 30.73%

%31.87
%37.4
%30.73

CMYK RENK MODELİ

#C4E6BD rengi CMYK tonu (15,0,18,10).

  • camgöbeği tonu 14.78%
  • eflatun tonu 0.00%
  • sarı tonu 17.83%
  • ana renk tonu 9.80%
CMYK:
(15,0,18,10)
C15M0Y18K10 
(15%,0%,18%,10%)
(0.15/0.00/0.18/0.10)	

CMYK yüzdeleri

%14.78
%0
%17.83
%9.8

Codes

Color #C4E6BD in popluar color models

C4E6BD
RGB196230189
HSL110°45.05%82.16%
HSB/HSV110°17.83%90.20%
CMYK14.78%0.00%17.83%
9.80%

Color #C4E6BD in popluar number systems.

HEXC4E6BD
Decimal196230189
Binary110001001110011010111101
Octal304346275

Shades and tints

Shades of #C4E6BD

#C4E6BD
(196,230,189)
#B3D2AC
(179,210,172)
#A2BE9B
(162,190,155)
#91AA8A
(145,170,138)
#809679
(128,150,121)
#6F8268
(111,130,104)
#5E6E57
(94,110,87)
#4D5A46
(77,90,70)
#3C4635
(60,70,53)
#2B3224
(43,50,36)
#1A1E13
(26,30,19)
#000000
(0,0,0)

Tints of #C4E6BD

#C4E6BD
(196,230,189)
#C9E8C3
(201,232,195)
#CEEAC9
(206,234,201)
#D3ECCF
(211,236,207)
#D8EED5
(216,238,213)
#DDF0DB
(221,240,219)
#E2F2E1
(226,242,225)
#E7F4E7
(231,244,231)
#ECF6ED
(236,246,237)
#F1F8F3
(241,248,243)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E6BD; }

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

This text font color is #C4E6BD.


Background Color

.myBgColor { background-color: #C4E6BD; }

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

This div background color is #C4E6BD.


Border color

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

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

This div border color is #C4E6BD.


Opacity

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

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

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

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

This text has shadow with #C4E6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E6BD on black background.


Color preview on white background

This text has color #C4E6BD on white background.



Black color preview on #C4E6BD background

This text has black color on #C4E6BD background.


White color preview on #C4E6BD background

This text has white color on #C4E6BD background.