COLOR #C5698B

HEX: #C5698B
RGB: (197,105,139)

Renk bilgisi

#C5698B contains mainly red and blue colors. #C5698B ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#C5698B color RGB value is (197,105,139).

  • kırmız ton 197;
  • yeşil ton 105;
  • mavi ton 139.
RGB:
(197,105,139)
(77%,41%,55%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 105 of 255 = 41%
B 139 of 255 = 55%

197
105
139

R + G + B ~ 58%. #C5698B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 105 + 139 = 441 (100%)
R 197 of 441 ~ 44.67%
G 105 of 441 ~ 23.81%
B 139 of 441 ~ 31.52%

%44.67
%23.81
%31.52

CMYK RENK MODELİ

#C5698B rengi CMYK tonu (0,47,29,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.70%
  • sarı tonu 29.44%
  • ana renk tonu 22.75%
CMYK:
(0,47,29,23)
C0M47Y29K23 
(0%,47%,29%,23%)
(0.00/0.47/0.29/0.23)	

CMYK yüzdeleri

%0
%46.7
%29.44
%22.75

Codes

Color #C5698B in popluar color models

C5698B
RGB197105139
HSL338°44.23%59.22%
HSB/HSV338°46.70%77.25%
CMYK0.00%46.70%29.44%
22.75%

Color #C5698B in popluar number systems.

HEXC5698B
Decimal197105139
Binary11000101110100110001011
Octal305151213

Shades and tints

Shades of #C5698B

#C5698B
(197,105,139)
#B4607F
(180,96,127)
#A35773
(163,87,115)
#924E67
(146,78,103)
#81455B
(129,69,91)
#703C4F
(112,60,79)
#5F3343
(95,51,67)
#4E2A37
(78,42,55)
#3D212B
(61,33,43)
#2C181F
(44,24,31)
#1B0F13
(27,15,19)
#000000
(0,0,0)

Tints of #C5698B

#C5698B
(197,105,139)
#CA7695
(202,118,149)
#CF839F
(207,131,159)
#D490A9
(212,144,169)
#D99DB3
(217,157,179)
#DEAABD
(222,170,189)
#E3B7C7
(227,183,199)
#E8C4D1
(232,196,209)
#EDD1DB
(237,209,219)
#F2DEE5
(242,222,229)
#F7EBEF
(247,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5698B color. Also use rgb(197,105,139) instead hex code.

Text Font Color

.myTextColor { color: #C5698B; }

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

This text font color is #C5698B.


Background Color

.myBgColor { background-color: #C5698B; }

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

This div background color is #C5698B.


Border color

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

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

This div border color is #C5698B.


Opacity

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

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

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

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

This text has shadow with #C5698B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5698B on black background.


Color preview on white background

This text has color #C5698B on white background.



Black color preview on #C5698B background

This text has black color on #C5698B background.


White color preview on #C5698B background

This text has white color on #C5698B background.