COLOR #C4E1C6

HEX: #C4E1C6
RGB: (196,225,198)

Renk bilgisi

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

RGB renk modeli

#C4E1C6 color RGB value is (196,225,198).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 225 of 255 = 88%
B 198 of 255 = 78%

196
225
198

R + G + B ~ 81%. #C4E1C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 225 + 198 = 619 (100%)
R 196 of 619 ~ 31.66%
G 225 of 619 ~ 36.35%
B 198 of 619 ~ 31.99%

%31.66
%36.35
%31.99

CMYK RENK MODELİ

#C4E1C6 rengi CMYK tonu (13,0,12,12).

  • camgöbeği tonu 12.89%
  • eflatun tonu 0.00%
  • sarı tonu 12.00%
  • ana renk tonu 11.76%
CMYK:
(13,0,12,12)
C13M0Y12K12 
(13%,0%,12%,12%)
(0.13/0.00/0.12/0.12)	

CMYK yüzdeleri

%12.89
%0
%12
%11.76

Codes

Color #C4E1C6 in popluar color models

C4E1C6
RGB196225198
HSL124°32.58%82.55%
HSB/HSV124°12.89%88.24%
CMYK12.89%0.00%12.00%
11.76%

Color #C4E1C6 in popluar number systems.

HEXC4E1C6
Decimal196225198
Binary110001001110000111000110
Octal304341306

Shades and tints

Shades of #C4E1C6

#C4E1C6
(196,225,198)
#B3CDB4
(179,205,180)
#A2B9A2
(162,185,162)
#91A590
(145,165,144)
#80917E
(128,145,126)
#6F7D6C
(111,125,108)
#5E695A
(94,105,90)
#4D5548
(77,85,72)
#3C4136
(60,65,54)
#2B2D24
(43,45,36)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #C4E1C6

#C4E1C6
(196,225,198)
#C9E3CB
(201,227,203)
#CEE5D0
(206,229,208)
#D3E7D5
(211,231,213)
#D8E9DA
(216,233,218)
#DDEBDF
(221,235,223)
#E2EDE4
(226,237,228)
#E7EFE9
(231,239,233)
#ECF1EE
(236,241,238)
#F1F3F3
(241,243,243)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E1C6; }

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

This text font color is #C4E1C6.


Background Color

.myBgColor { background-color: #C4E1C6; }

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

This div background color is #C4E1C6.


Border color

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

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

This div border color is #C4E1C6.


Opacity

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

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

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

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

This text has shadow with #C4E1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E1C6 on black background.


Color preview on white background

This text has color #C4E1C6 on white background.



Black color preview on #C4E1C6 background

This text has black color on #C4E1C6 background.


White color preview on #C4E1C6 background

This text has white color on #C4E1C6 background.