COLOR #C4C8DB

HEX: #C4C8DB
RGB: (196,200,219)

Renk bilgisi

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

RGB renk modeli

#C4C8DB color RGB value is (196,200,219).

  • kırmız ton 196;
  • yeşil ton 200;
  • mavi ton 219.
RGB:
(196,200,219)
(77%,78%,86%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 200 of 255 = 78%
B 219 of 255 = 86%

196
200
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 200 + 219 = 615 (100%)
R 196 of 615 ~ 31.87%
G 200 of 615 ~ 32.52%
B 219 of 615 ~ 35.61%

%31.87
%32.52
%35.61

CMYK RENK MODELİ

#C4C8DB rengi CMYK tonu (11,9,0,14).

  • camgöbeği tonu 10.50%
  • eflatun tonu 8.68%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(11,9,0,14)
C11M9Y0K14 
(11%,9%,0%,14%)
(0.11/0.09/0.00/0.14)	

CMYK yüzdeleri

%10.5
%8.68
%0
%14.12

Codes

Color #C4C8DB in popluar color models

C4C8DB
RGB196200219
HSL230°24.21%81.37%
HSB/HSV230°10.50%85.88%
CMYK10.50%8.68%0.00%
14.12%

Color #C4C8DB in popluar number systems.

HEXC4C8DB
Decimal196200219
Binary110001001100100011011011
Octal304310333

Shades and tints

Shades of #C4C8DB

#C4C8DB
(196,200,219)
#B3B6C8
(179,182,200)
#A2A4B5
(162,164,181)
#9192A2
(145,146,162)
#80808F
(128,128,143)
#6F6E7C
(111,110,124)
#5E5C69
(94,92,105)
#4D4A56
(77,74,86)
#3C3843
(60,56,67)
#2B2630
(43,38,48)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #C4C8DB

#C4C8DB
(196,200,219)
#C9CDDE
(201,205,222)
#CED2E1
(206,210,225)
#D3D7E4
(211,215,228)
#D8DCE7
(216,220,231)
#DDE1EA
(221,225,234)
#E2E6ED
(226,230,237)
#E7EBF0
(231,235,240)
#ECF0F3
(236,240,243)
#F1F5F6
(241,245,246)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C8DB; }

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

This text font color is #C4C8DB.


Background Color

.myBgColor { background-color: #C4C8DB; }

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

This div background color is #C4C8DB.


Border color

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

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

This div border color is #C4C8DB.


Opacity

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

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

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

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

This text has shadow with #C4C8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C8DB on black background.


Color preview on white background

This text has color #C4C8DB on white background.



Black color preview on #C4C8DB background

This text has black color on #C4C8DB background.


White color preview on #C4C8DB background

This text has white color on #C4C8DB background.