COLOR #C4EBC4

HEX: #C4EBC4
RGB: (196,235,196)

Renk bilgisi

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

RGB renk modeli

#C4EBC4 color RGB value is (196,235,196).

  • kırmız ton 196;
  • yeşil ton 235;
  • mavi ton 196.
RGB:
(196,235,196)
(77%,92%,77%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 235 of 255 = 92%
B 196 of 255 = 77%

196
235
196

R + G + B ~ 82%. #C4EBC4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 235 + 196 = 627 (100%)
R 196 of 627 ~ 31.26%
G 235 of 627 ~ 37.48%
B 196 of 627 ~ 31.26%

%31.26
%37.48
%31.26

CMYK RENK MODELİ

#C4EBC4 rengi CMYK tonu (17,0,17,8).

  • camgöbeği tonu 16.60%
  • eflatun tonu 0.00%
  • sarı tonu 16.60%
  • ana renk tonu 7.84%
CMYK:
(17,0,17,8)
C17M0Y17K8 
(17%,0%,17%,8%)
(0.17/0.00/0.17/0.08)	

CMYK yüzdeleri

%16.6
%0
%16.6
%7.84

Codes

Color #C4EBC4 in popluar color models

C4EBC4
RGB196235196
HSL120°49.37%84.51%
HSB/HSV120°16.60%92.16%
CMYK16.60%0.00%16.60%
7.84%

Color #C4EBC4 in popluar number systems.

HEXC4EBC4
Decimal196235196
Binary110001001110101111000100
Octal304353304

Shades and tints

Shades of #C4EBC4

#C4EBC4
(196,235,196)
#B3D6B3
(179,214,179)
#A2C1A2
(162,193,162)
#91AC91
(145,172,145)
#809780
(128,151,128)
#6F826F
(111,130,111)
#5E6D5E
(94,109,94)
#4D584D
(77,88,77)
#3C433C
(60,67,60)
#2B2E2B
(43,46,43)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #C4EBC4

#C4EBC4
(196,235,196)
#C9ECC9
(201,236,201)
#CEEDCE
(206,237,206)
#D3EED3
(211,238,211)
#D8EFD8
(216,239,216)
#DDF0DD
(221,240,221)
#E2F1E2
(226,241,226)
#E7F2E7
(231,242,231)
#ECF3EC
(236,243,236)
#F1F4F1
(241,244,241)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EBC4; }

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

This text font color is #C4EBC4.


Background Color

.myBgColor { background-color: #C4EBC4; }

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

This div background color is #C4EBC4.


Border color

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

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

This div border color is #C4EBC4.


Opacity

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

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

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

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

This text has shadow with #C4EBC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EBC4 on black background.


Color preview on white background

This text has color #C4EBC4 on white background.



Black color preview on #C4EBC4 background

This text has black color on #C4EBC4 background.


White color preview on #C4EBC4 background

This text has white color on #C4EBC4 background.