COLOR #C4B2D2

HEX: #C4B2D2
RGB: (196,178,210)

Renk bilgisi

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

RGB renk modeli

#C4B2D2 color RGB value is (196,178,210).

  • kırmız ton 196;
  • yeşil ton 178;
  • mavi ton 210.
RGB:
(196,178,210)
(77%,70%,82%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 178 of 255 = 70%
B 210 of 255 = 82%

196
178
210

R + G + B ~ 76%. #C4B2D2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 178 + 210 = 584 (100%)
R 196 of 584 ~ 33.56%
G 178 of 584 ~ 30.48%
B 210 of 584 ~ 35.96%

%33.56
%30.48
%35.96

CMYK RENK MODELİ

#C4B2D2 rengi CMYK tonu (7,15,0,18).

  • camgöbeği tonu 6.67%
  • eflatun tonu 15.24%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(7,15,0,18)
C7M15Y0K18 
(7%,15%,0%,18%)
(0.07/0.15/0.00/0.18)	

CMYK yüzdeleri

%6.67
%15.24
%0
%17.65

Codes

Color #C4B2D2 in popluar color models

C4B2D2
RGB196178210
HSL274°26.23%76.08%
HSB/HSV274°15.24%82.35%
CMYK6.67%15.24%0.00%
17.65%

Color #C4B2D2 in popluar number systems.

HEXC4B2D2
Decimal196178210
Binary110001001011001011010010
Octal304262322

Shades and tints

Shades of #C4B2D2

#C4B2D2
(196,178,210)
#B3A2BF
(179,162,191)
#A292AC
(162,146,172)
#918299
(145,130,153)
#807286
(128,114,134)
#6F6273
(111,98,115)
#5E5260
(94,82,96)
#4D424D
(77,66,77)
#3C323A
(60,50,58)
#2B2227
(43,34,39)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #C4B2D2

#C4B2D2
(196,178,210)
#C9B9D6
(201,185,214)
#CEC0DA
(206,192,218)
#D3C7DE
(211,199,222)
#D8CEE2
(216,206,226)
#DDD5E6
(221,213,230)
#E2DCEA
(226,220,234)
#E7E3EE
(231,227,238)
#ECEAF2
(236,234,242)
#F1F1F6
(241,241,246)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B2D2 color. Also use rgb(196,178,210) instead hex code.

Text Font Color

.myTextColor { color: #C4B2D2; }

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

This text font color is #C4B2D2.


Background Color

.myBgColor { background-color: #C4B2D2; }

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

This div background color is #C4B2D2.


Border color

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

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

This div border color is #C4B2D2.


Opacity

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

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

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

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

This text has shadow with #C4B2D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B2D2 on black background.


Color preview on white background

This text has color #C4B2D2 on white background.



Black color preview on #C4B2D2 background

This text has black color on #C4B2D2 background.


White color preview on #C4B2D2 background

This text has white color on #C4B2D2 background.