COLOR #C4B0DB

HEX: #C4B0DB
RGB: (196,176,219)

Renk bilgisi

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

RGB renk modeli

#C4B0DB color RGB value is (196,176,219).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 176 of 255 = 69%
B 219 of 255 = 86%

196
176
219

R + G + B ~ 77%. #C4B0DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 176 + 219 = 591 (100%)
R 196 of 591 ~ 33.16%
G 176 of 591 ~ 29.78%
B 219 of 591 ~ 37.06%

%33.16
%29.78
%37.06

CMYK RENK MODELİ

#C4B0DB rengi CMYK tonu (11,20,0,14).

  • camgöbeği tonu 10.50%
  • eflatun tonu 19.63%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(11,20,0,14)
C11M20Y0K14 
(11%,20%,0%,14%)
(0.11/0.20/0.00/0.14)	

CMYK yüzdeleri

%10.5
%19.63
%0
%14.12

Codes

Color #C4B0DB in popluar color models

C4B0DB
RGB196176219
HSL268°37.39%77.45%
HSB/HSV268°19.63%85.88%
CMYK10.50%19.63%0.00%
14.12%

Color #C4B0DB in popluar number systems.

HEXC4B0DB
Decimal196176219
Binary110001001011000011011011
Octal304260333

Shades and tints

Shades of #C4B0DB

#C4B0DB
(196,176,219)
#B3A0C8
(179,160,200)
#A290B5
(162,144,181)
#9180A2
(145,128,162)
#80708F
(128,112,143)
#6F607C
(111,96,124)
#5E5069
(94,80,105)
#4D4056
(77,64,86)
#3C3043
(60,48,67)
#2B2030
(43,32,48)
#1A101D
(26,16,29)
#000000
(0,0,0)

Tints of #C4B0DB

#C4B0DB
(196,176,219)
#C9B7DE
(201,183,222)
#CEBEE1
(206,190,225)
#D3C5E4
(211,197,228)
#D8CCE7
(216,204,231)
#DDD3EA
(221,211,234)
#E2DAED
(226,218,237)
#E7E1F0
(231,225,240)
#ECE8F3
(236,232,243)
#F1EFF6
(241,239,246)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B0DB; }

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

This text font color is #C4B0DB.


Background Color

.myBgColor { background-color: #C4B0DB; }

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

This div background color is #C4B0DB.


Border color

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

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

This div border color is #C4B0DB.


Opacity

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

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

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

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

This text has shadow with #C4B0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B0DB on black background.


Color preview on white background

This text has color #C4B0DB on white background.



Black color preview on #C4B0DB background

This text has black color on #C4B0DB background.


White color preview on #C4B0DB background

This text has white color on #C4B0DB background.