COLOR #C4D4CC

HEX: #C4D4CC
RGB: (196,212,204)

Renk bilgisi

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

RGB renk modeli

#C4D4CC color RGB value is (196,212,204).

  • kırmız ton 196;
  • yeşil ton 212;
  • mavi ton 204.
RGB:
(196,212,204)
(77%,83%,80%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 212 of 255 = 83%
B 204 of 255 = 80%

196
212
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 212 + 204 = 612 (100%)
R 196 of 612 ~ 32.03%
G 212 of 612 ~ 34.64%
B 204 of 612 ~ 33.33%

%32.03
%34.64
%33.33

CMYK RENK MODELİ

#C4D4CC rengi CMYK tonu (8,0,4,17).

  • camgöbeği tonu 7.55%
  • eflatun tonu 0.00%
  • sarı tonu 3.77%
  • ana renk tonu 16.86%
CMYK:
(8,0,4,17)
C8M0Y4K17 
(8%,0%,4%,17%)
(0.08/0.00/0.04/0.17)	

CMYK yüzdeleri

%7.55
%0
%3.77
%16.86

Codes

Color #C4D4CC in popluar color models

C4D4CC
RGB196212204
HSL150°15.69%80.00%
HSB/HSV150°7.55%83.14%
CMYK7.55%0.00%3.77%
16.86%

Color #C4D4CC in popluar number systems.

HEXC4D4CC
Decimal196212204
Binary110001001101010011001100
Octal304324314

Shades and tints

Shades of #C4D4CC

#C4D4CC
(196,212,204)
#B3C1BA
(179,193,186)
#A2AEA8
(162,174,168)
#919B96
(145,155,150)
#808884
(128,136,132)
#6F7572
(111,117,114)
#5E6260
(94,98,96)
#4D4F4E
(77,79,78)
#3C3C3C
(60,60,60)
#2B292A
(43,41,42)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #C4D4CC

#C4D4CC
(196,212,204)
#C9D7D0
(201,215,208)
#CEDAD4
(206,218,212)
#D3DDD8
(211,221,216)
#D8E0DC
(216,224,220)
#DDE3E0
(221,227,224)
#E2E6E4
(226,230,228)
#E7E9E8
(231,233,232)
#ECECEC
(236,236,236)
#F1EFF0
(241,239,240)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D4CC; }

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

This text font color is #C4D4CC.


Background Color

.myBgColor { background-color: #C4D4CC; }

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

This div background color is #C4D4CC.


Border color

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

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

This div border color is #C4D4CC.


Opacity

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

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

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

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

This text has shadow with #C4D4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D4CC on black background.


Color preview on white background

This text has color #C4D4CC on white background.



Black color preview on #C4D4CC background

This text has black color on #C4D4CC background.


White color preview on #C4D4CC background

This text has white color on #C4D4CC background.