COLOR #C4E7C6

HEX: #C4E7C6
RGB: (196,231,198)

Renk bilgisi

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

RGB renk modeli

#C4E7C6 color RGB value is (196,231,198).

  • kırmız ton 196;
  • yeşil ton 231;
  • mavi ton 198.
RGB:
(196,231,198)
(77%,91%,78%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 231 of 255 = 91%
B 198 of 255 = 78%

196
231
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 231 + 198 = 625 (100%)
R 196 of 625 ~ 31.36%
G 231 of 625 ~ 36.96%
B 198 of 625 ~ 31.68%

%31.36
%36.96
%31.68

CMYK RENK MODELİ

#C4E7C6 rengi CMYK tonu (15,0,14,9).

  • camgöbeği tonu 15.15%
  • eflatun tonu 0.00%
  • sarı tonu 14.29%
  • ana renk tonu 9.41%
CMYK:
(15,0,14,9)
C15M0Y14K9 
(15%,0%,14%,9%)
(0.15/0.00/0.14/0.09)	

CMYK yüzdeleri

%15.15
%0
%14.29
%9.41

Codes

Color #C4E7C6 in popluar color models

C4E7C6
RGB196231198
HSL123°42.17%83.73%
HSB/HSV123°15.15%90.59%
CMYK15.15%0.00%14.29%
9.41%

Color #C4E7C6 in popluar number systems.

HEXC4E7C6
Decimal196231198
Binary110001001110011111000110
Octal304347306

Shades and tints

Shades of #C4E7C6

#C4E7C6
(196,231,198)
#B3D2B4
(179,210,180)
#A2BDA2
(162,189,162)
#91A890
(145,168,144)
#80937E
(128,147,126)
#6F7E6C
(111,126,108)
#5E695A
(94,105,90)
#4D5448
(77,84,72)
#3C3F36
(60,63,54)
#2B2A24
(43,42,36)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #C4E7C6

#C4E7C6
(196,231,198)
#C9E9CB
(201,233,203)
#CEEBD0
(206,235,208)
#D3EDD5
(211,237,213)
#D8EFDA
(216,239,218)
#DDF1DF
(221,241,223)
#E2F3E4
(226,243,228)
#E7F5E9
(231,245,233)
#ECF7EE
(236,247,238)
#F1F9F3
(241,249,243)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E7C6; }

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

This text font color is #C4E7C6.


Background Color

.myBgColor { background-color: #C4E7C6; }

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

This div background color is #C4E7C6.


Border color

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

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

This div border color is #C4E7C6.


Opacity

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

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

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

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

This text has shadow with #C4E7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E7C6 on black background.


Color preview on white background

This text has color #C4E7C6 on white background.



Black color preview on #C4E7C6 background

This text has black color on #C4E7C6 background.


White color preview on #C4E7C6 background

This text has white color on #C4E7C6 background.