COLOR #C498BD

HEX: #C498BD
RGB: (196,152,189)

Renk bilgisi

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

RGB renk modeli

#C498BD color RGB value is (196,152,189).

  • kırmız ton 196;
  • yeşil ton 152;
  • mavi ton 189.
RGB:
(196,152,189)
(77%,60%,74%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 152 of 255 = 60%
B 189 of 255 = 74%

196
152
189

R + G + B ~ 70%. #C498BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 152 + 189 = 537 (100%)
R 196 of 537 ~ 36.5%
G 152 of 537 ~ 28.31%
B 189 of 537 ~ 35.2%

%36.5
%28.31
%35.2

CMYK RENK MODELİ

#C498BD rengi CMYK tonu (0,22,4,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.45%
  • sarı tonu 3.57%
  • ana renk tonu 23.14%
CMYK:
(0,22,4,23)
C0M22Y4K23 
(0%,22%,4%,23%)
(0.00/0.22/0.04/0.23)	

CMYK yüzdeleri

%0
%22.45
%3.57
%23.14

Codes

Color #C498BD in popluar color models

C498BD
RGB196152189
HSL310°27.16%68.24%
HSB/HSV310°22.45%76.86%
CMYK0.00%22.45%3.57%
23.14%

Color #C498BD in popluar number systems.

HEXC498BD
Decimal196152189
Binary110001001001100010111101
Octal304230275

Shades and tints

Shades of #C498BD

#C498BD
(196,152,189)
#B38BAC
(179,139,172)
#A27E9B
(162,126,155)
#91718A
(145,113,138)
#806479
(128,100,121)
#6F5768
(111,87,104)
#5E4A57
(94,74,87)
#4D3D46
(77,61,70)
#3C3035
(60,48,53)
#2B2324
(43,35,36)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #C498BD

#C498BD
(196,152,189)
#C9A1C3
(201,161,195)
#CEAAC9
(206,170,201)
#D3B3CF
(211,179,207)
#D8BCD5
(216,188,213)
#DDC5DB
(221,197,219)
#E2CEE1
(226,206,225)
#E7D7E7
(231,215,231)
#ECE0ED
(236,224,237)
#F1E9F3
(241,233,243)
#F6F2F9
(246,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C498BD color. Also use rgb(196,152,189) instead hex code.

Text Font Color

.myTextColor { color: #C498BD; }

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

This text font color is #C498BD.


Background Color

.myBgColor { background-color: #C498BD; }

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

This div background color is #C498BD.


Border color

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

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

This div border color is #C498BD.


Opacity

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

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

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

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

This text has shadow with #C498BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C498BD on black background.


Color preview on white background

This text has color #C498BD on white background.



Black color preview on #C498BD background

This text has black color on #C498BD background.


White color preview on #C498BD background

This text has white color on #C498BD background.